boundsRangeField constant

FieldDefinition<Range> const boundsRangeField

Field definition for boundsRange

Implementation

static const boundsRangeField = FieldDefinition(
  name: 'boundsRange',
  getValue: _getBoundsRange,
);