fieldsSerde constant

Map<String, SerdeType> const fieldsSerde

Implementation

static const fieldsSerde = {
  'values': SerdeType.list(CompVal.fieldsSerde),
};