locationField constant

FieldDefinition<FixedList<Reference>> const locationField

Field definition for location.

Implementation

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