status property
- @JsonKey.new(name: 'Status', unknownEnumValue: NarrativeStatusEnum.empty)
inherited
The status of the narrative - whether it's 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(name: 'Status', unknownEnumValue: NarrativeStatusEnum.empty)
NarrativeStatusEnum? get status => throw _privateConstructorUsedError;