isWindows property

bool get isWindows

If the current operating system is Windows (non web browser).

Implementation

static bool get isWindows => !isWeb && defaultTargetPlatform == TargetPlatform.windows;