firefox constant

Runtime const firefox

Mozilla Firefox.

Implementation

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