isWindows function

bool isWindows()

Returns true when the current platform is Windows.

Implementation

bool isWindows() => Platform.isWindows;