isWindows property

  1. @override
bool get isWindows
override

Whether the operating system is Windows.

Implementation

@override
bool get isWindows => operatingSystem == NativePlatform.windows;