kIsWeb top-level constant

bool const kIsWeb

Pure Dart way to detect web platform

Implementation

const bool kIsWeb = identical(0, 0.0);