required_ property

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

required_ ("required") An indication, if true, that the item must be present in a "completed" QuestionnaireResponse. If false, the item may be skipped when answering the questionnaire.

Implementation

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