isLinux top-level property
bool
get
isLinux
Checks if the platform is Linux.
Implementation
bool get isLinux => GeneralPlatform.isLinux;
Checks if the platform is Linux.
bool get isLinux => GeneralPlatform.isLinux;