alternative property

List<ExampleScenarioAlternative>? alternative
inherited

alternative Indicates an alternative step that can be taken instead of the sub-process, scenario or operation. E.g. to represent non-happy-path/exceptional/atypical circumstances.

Implementation

List<ExampleScenarioAlternative>? get alternative =>
    throw _privateConstructorUsedError;