isWeb property

bool get isWeb

Whether or not the current environment is a web environment.

Implementation

static bool get isWeb => bool.hasEnvironment('dart.library.html');