chrome constant

Runtime const chrome

Google Chrome.

Implementation

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