addressField constant

FieldDefinition<FixedList<Address>> const addressField

Field definition for address.

Implementation

static const addressField = FieldDefinition(
  name: 'address',
  getValue: _getAddress,
);