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