isWindows property
bool
get
isWindows
True if you are running on a Window system.
Implementation
bool get isWindows => core.Settings().isWindows;
True if you are running on a Window system.
bool get isWindows => core.Settings().isWindows;