status property

  1. @JsonKey(unknownEnumValue: NarrativeStatus.unknown)
NarrativeStatus? status
inherited

status The status of the narrative - whether it\u0027s entirely generated (from just the defined data or the extensions too), or whether a human authored it and it may contain additional data.

Implementation

@JsonKey(unknownEnumValue: NarrativeStatus.unknown)
NarrativeStatus? get status => throw _privateConstructorUsedError;