healthcareServiceField constant

FieldDefinition<List<Reference>> const healthcareServiceField

Field definition for healthcareService.

Implementation

static const healthcareServiceField = FieldDefinition(
  name: 'healthcareService',
  getValue: _getHealthcareService,
);