isWeb property
bool
get
isWeb
Returns true
if the current platform is the web.
Implementation
static bool get isWeb => false;
Returns true
if the current platform is the web.
static bool get isWeb => false;