status property

NarrativeStatus? get status

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

NarrativeStatus? get status => statusField.getValue(_json);