isWindows property

bool get isWindows

True if the app is running on windows

Implementation

static bool get isWindows => type == PlatformType.windows;