kIsWeb top-level constant

bool const kIsWeb

Whether running on the Web (JavaScript or WASM).

Implementation

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