kIsWeb top-level constant

bool const kIsWeb

Pure Dart way to detect web platform

Implementation

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