communicationField constant

FieldDefinition<List<CodeableConcept>> const communicationField

Field definition for communication.

Implementation

static const communicationField = FieldDefinition(
  name: 'communication',
  getValue: _getCommunication,
);