typeField constant

Field definition for type.

Implementation

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