isLinux top-level property

bool get isLinux

Implementation

bool get isLinux => !isWeb && Platform.isLinux;