isWeb top-level constant
bool
const isWeb
是否为 web 环境
Implementation
const bool isWeb = bool.fromEnvironment('dart.library.js_util');
是否为 web 环境
const bool isWeb = bool.fromEnvironment('dart.library.js_util');