valueBooleanField constant

FieldDefinition<bool> const valueBooleanField

Field definition for valueBoolean

Implementation

static const valueBooleanField = FieldDefinition(
  name: 'valueBoolean',
  getValue: _getValueBoolean,
);