isWeb property

bool get isWeb

Returns true if this is the web platform.

Implementation

bool get isWeb => this == DevicePlatform.web;