isWeb property

  1. @override
bool isWeb

Is web-based applications

Implementation

@override
bool get isWeb => _hostPlatform.type == HostPlatformType.web;