stringValues constant

Map<DIFSchemaType, String> const stringValues

Implementation

static const Map<DIFSchemaType, String> stringValues = {
  DIFSchemaType.string: 'string',
  DIFSchemaType.integer: 'integer',
  DIFSchemaType.number: 'number',
  DIFSchemaType.boolean: 'boolean'
};