web property

  1. @override
  2. @useResult
bool web
override

Whether the current runtime type is web.

Implementation

@override
@useResult bool get web => type == PlatformType.web;