isWeb property

  1. @override
bool get isWeb
override

Whether the application was compiled to run on the web.

Implementation

@override
bool get isWeb => web;