effectiveInstantField constant

FieldDefinition<DateTime> const effectiveInstantField

Field definition for effectiveInstant

Implementation

static const effectiveInstantField = FieldDefinition(
  name: 'effectiveInstant',
  getValue: _getEffectiveInstant,
);