countryField constant

FieldDefinition<String> const countryField

Field definition for country

Implementation

static const countryField = FieldDefinition(
  name: 'country',
  getValue: _getCountry,
);