isWeb property

bool get isWeb

Implementation

static bool get isWeb =>
    const bool.fromEnvironment('dart.tool.dart2wasm') || kIsWeb;