kIsBrowser top-level constant

bool const kIsBrowser

Whether we are running in a browser environment.

This is true when compiled to JavaScript, false on Dart VM.

Implementation

const bool kIsBrowser = bool.fromEnvironment('dart.library.js_interop');