isLinux property

bool get isLinux

Whether this is a nativePlatform with NativePlatform.isLinux.

Implementation

@pragma('vm:prefer-inline')
@pragma('dart2js:prefer-inline')
bool get isLinux => nativePlatform?.operatingSystem == NativePlatform.linux;