instance property

List<ExampleScenarioInstance>? instance
inherited

instance A single data collection that is shared as part of the scenario.

Implementation

List<ExampleScenarioInstance>? get instance =>
    throw _privateConstructorUsedError;