isWeb property
bool
get
isWeb
Checks if the application is running on the web platform.
Implementation
bool get isWeb => kIsWeb;
Checks if the application is running on the web platform.
bool get isWeb => kIsWeb;