isWindows property

bool get isWindows

Check if the current platform is Windows

Implementation

static bool get isWindows => !kIsWeb && Platform.isWindows;