alternative property

List<ExampleScenarioAlternative>? alternative
inherited

alternative Indicates an alternative step that can be taken instead of the operations on the base step in exceptional/atypical circumstances.

Implementation

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