isWeb top-level constant

bool const isWeb

是否为 web 环境

Implementation

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