isLinux property
bool
get
isLinux
Flag which determines whether current platform is Linux.
Implementation
static bool get isLinux => defaultTargetPlatform == TargetPlatform.linux;
Flag which determines whether current platform is Linux.
static bool get isLinux => defaultTargetPlatform == TargetPlatform.linux;