edge constant

Runtime const edge

Microsoft Edge (based on Chromium).

Implementation

static const Runtime edge = Runtime(
  'Microsoft Edge',
  'edge',
  Compiler.dart2js,
  [Compiler.dart2js],
  isBrowser: true,
  isBlink: true,
);