isWindows top-level property

bool isWindows
final

Checks if the current platform is Windows.

Implementation

final bool isWindows = PlatformResolver.isWindows;