isWeb property
bool
get
isWeb
True if the app is running on web
Implementation
static bool get isWeb => type == PlatformType.web;
True if the app is running on web
static bool get isWeb => type == PlatformType.web;