isWindowsWeb property

bool get isWindowsWeb

Returns true for Windows browsers.

Implementation

bool get isWindowsWeb => kIsWeb && this == TargetPlatform.windows;