firefox constant

Runtime const firefox

Mozilla Firefox.

Implementation

static const Runtime firefox = Runtime(
  'Firefox',
  'firefox',
  Compiler.dart2js,
  [Compiler.dart2js, Compiler.dart2wasm],
  isBrowser: true,
);