NarrativeStatus enum
Enumeration of possible values for the narrative status.
- Inheritance
- Available extensions
Values
- generated → const NarrativeStatus
- extensions → const NarrativeStatus
- additional → const NarrativeStatus
- empty → const NarrativeStatus
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromCode(
String code) → NarrativeStatus? - Creates a NarrativeStatus from the provided string code.
Constants
-
values
→ const List<
NarrativeStatus> - A constant List of the values in this enum, in order of their declaration.