stateField constant

FieldDefinition<String> const stateField

Field definition for state

Implementation

static const stateField = FieldDefinition(
  name: 'state',
  getValue: _getState,
);