isLinux property
bool
get
isLinux
True if the operating system is Linux.
Implementation
bool get isLinux => operatingSystem == linux;
True if the operating system is Linux.
bool get isLinux => operatingSystem == linux;