isWindows top-level property

bool isWindows
final

True if the current operating system is Windows.

Implementation

final bool isWindows = Platform.isWindows;