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