SuiteConfiguration.runtimes constructor
SuiteConfiguration.runtimes(
- Iterable<
RuntimeSelection> runtimes
A specialized constructor for only configuring the runtimes.
Implementation
factory SuiteConfiguration.runtimes(Iterable<RuntimeSelection> runtimes) =>
SuiteConfiguration._unsafe(runtimes: runtimes);