inLinux property
bool
get
inLinux
Implementation
bool get inLinux => platform != null && _platform == TargetPlatform.linux;
bool get inLinux => platform != null && _platform == TargetPlatform.linux;