organizationField constant

FieldDefinition<Reference> const organizationField

Field definition for organization.

Implementation

static const organizationField = FieldDefinition(
  name: 'organization',
  getValue: _getOrganization,
);