fieldsSerde constant

Map<String, SerdeType> const fieldsSerde

Implementation

static const fieldsSerde = {
  'minLength': SerdeType.int,
  'maxLength': SerdeType.int,
  'each': ValidaField.fieldsSerde,
  'customValidate': SerdeType.function,
};