isFuchsia property

  1. @override
bool get isFuchsia
override

Whether the operating system is Fuchsia.

Implementation

@override
bool get isFuchsia => operatingSystem == NativePlatform.fuchsia;