required_ property

  1. @JsonKey(name: 'required')
FhirBoolean? required_
inherited

required_ ("required") Whether this participant is required to be present at the meeting. If false, the participant is optional.

Implementation

@JsonKey(name: 'required')
FhirBoolean? get required_ => throw _privateConstructorUsedError;