isWeb top-level constant

bool const isWeb

Determines whether the program is running in a JavaScript environment.

Implementation

const isWeb = identical(0, 0.0);