abstract_ property

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

abstract Whether structure this definition describes is abstract or not

  • that is, whether the structure is not intended to be instantiated. For Resources and Data types, abstract types will never be exchanged between systems.

Implementation

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