isFuchsia top-level property

bool isFuchsia

Whether the current operating system is a version of Fuchsia.

Identified by operatingSystem being the string fuchsia.

Implementation

bool get isFuchsia => OperatingSystem.current.isFuchsia;