platformIsWindows property

bool get platformIsWindows

Implementation

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