locationField constant

FieldDefinition<List<Reference>> const locationField

Field definition for location.

Implementation

static const locationField = FieldDefinition(
  name: 'location',
  getValue: _getLocation,
);