endpointField constant

FieldDefinition<List<Reference>> const endpointField

Field definition for endpoint.

Implementation

static const endpointField = FieldDefinition(
  name: 'endpoint',
  getValue: _getEndpoint,
);