isLinux property
bool
get
isLinux
Returns true if the current platform is Linux.
Implementation
static bool get isLinux => Platform.isLinux;
Returns true if the current platform is Linux.
static bool get isLinux => Platform.isLinux;