typeField constant

FieldDefinition<String> const typeField

Field definition for type.

Implementation

static const typeField = FieldDefinition(
  name: 'type',
  getValue: _getType,
);