communication property

  1. @JsonKey(name: 'Communication')
List<Communication?>? communication
inherited

A language which may be used to communicate with the patient about his or her health.

Implementation

@JsonKey(name: 'Communication')
List<Communication?>? get communication => throw _privateConstructorUsedError;