isWindows property

bool isWindows

True if the app is running on windows

Implementation

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