scenarios property

List<int>? scenarios
getter/setter pair

The list of scenarios that should be run during the test.

Defaults to the single scenario 0 if unspecified.

Implementation

core.List<core.int>? scenarios;