isWeb property

bool get isWeb

Returns true if the current platform is the web.

Implementation

static bool get isWeb => true;