isWeb property

bool get isWeb

Checks if the application is running on the web platform.

Implementation

bool get isWeb => kIsWeb;