abstract_ property

  1. @JsonKey(name: 'abstract')
FhirBoolean? abstract_
inherited

abstract_ ("abstract") If true, this entry is included in the expansion for navigational purposes, and the user cannot select the code directly as a proper value.

Implementation

@JsonKey(name: 'abstract')
FhirBoolean? get abstract_ => throw _privateConstructorUsedError;