fieldsSerde constant

Map<String, SerdeType> const fieldsSerde

Implementation

static const fieldsSerde = {
  'nullableErrorLists': SerdeType.bool,
  'constErrors': SerdeType.bool,
  'enumFields': SerdeType.bool,
  'customValidate': SerdeType.function,
};