chrome constant

Runtime const chrome

Google Chrome.

Implementation

static const Runtime chrome = Runtime(
  'Chrome',
  'chrome',
  Compiler.dart2js,
  [Compiler.dart2js, Compiler.dart2wasm],
  isBrowser: true,
  isBlink: true,
);