isLinux property

bool isLinux

Return true if the platform is Linux

Implementation

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