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