builtIn constant

List<Runtime> const builtIn

The platforms that are supported by the test runner by default.

Implementation

static const List<Runtime> builtIn = [
  Runtime.vm,
  Runtime.chrome,
  Runtime.firefox,
  Runtime.safari,
  Runtime.internetExplorer,
  Runtime.edge,
  Runtime.nodeJS,
  Runtime.experimentalChromeWasm,
];