isWindows property

bool isWindows

Checks if the platform is Windows.

Implementation

bool get isWindows => Platform.isWindows;