isWindows property

bool get isWindows

Checks if the platform is Windows.

Implementation

bool get isWindows => Platform.isWindows;