lengthField constant

FieldDefinition<Length> const lengthField

Field definition for length.

Implementation

static const lengthField = FieldDefinition(
  name: 'length',
  getValue: _getLength,
);