serviceCategoryField constant

FieldDefinition<List<CodeableConcept>> const serviceCategoryField

Field definition for serviceCategory.

Implementation

static const serviceCategoryField = FieldDefinition(
  name: 'serviceCategory',
  getValue: _getServiceCategory,
);