isLinux property

bool get isLinux

Returns true if the current platform is Linux.

Implementation

bool get isLinux => platform == TargetPlatform.linux;