isLinux property

bool isLinux
final

Implementation

@pragma("vm:platform-const")
static final bool isLinux = (false == isWeb && Platform.isLinux);