jsonMethodGenerators constant

List<DartMethodGenerator> const jsonMethodGenerators

Implementation

static const jsonMethodGenerators = [
  DartFromJsonMethodGenerator(),
  DartToJsonMethodGenerator(),
];