isWindowsWeb property
bool
get
isWindowsWeb
Returns true for Windows browsers.
Implementation
bool get isWindowsWeb => kIsWeb && this == TargetPlatform.windows;
Returns true for Windows browsers.
bool get isWindowsWeb => kIsWeb && this == TargetPlatform.windows;