isWindows property
bool
get
isWindows
Whether the operating system is a version of Microsoft Windows.
Identified by id being the string windows.
Implementation
bool get isWindows => _osId is WindowsOS;
Whether the operating system is a version of Microsoft Windows.
Identified by id being the string windows.
bool get isWindows => _osId is WindowsOS;