isLinux property
Whether this is a nativePlatform with NativePlatform.isLinux.
Implementation
@pragma('vm:prefer-inline')
@pragma('dart2js:prefer-inline')
bool get isLinux => nativePlatform?.operatingSystem == NativePlatform.linux;
Whether this is a nativePlatform with NativePlatform.isLinux.
@pragma('vm:prefer-inline')
@pragma('dart2js:prefer-inline')
bool get isLinux => nativePlatform?.operatingSystem == NativePlatform.linux;