isWindows property

bool get isWindows

Whether the operating system is a version of Microsoft Windows.

Implementation

static bool get isWindows => Platform.isWindows;