isWindows property

bool get isWindows

Returns true if running on Windows.

Implementation

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