isWeb property
bool
get
isWeb
Returns true if this is the web platform.
Implementation
bool get isWeb => this == DevicePlatform.web;
Returns true if this is the web platform.
bool get isWeb => this == DevicePlatform.web;