identifierField constant

FieldDefinition<FixedList<Identifier>> const identifierField

Field definition for identifier.

Implementation

static const identifierField = FieldDefinition(
  name: 'identifier',
  getValue: _getIdentifier,
);