fieldsSerde constant

Map<String, SerdeType> const fieldsSerde

Implementation

static const fieldsSerde = {
  'min': SerdeType.str,
  'max': SerdeType.str,
  'customValidate': SerdeType.function,
  'comp': ValidaComparison.fieldsSerde,
};