isFuchsia property

bool isFuchsia

Whether the operating system is a version of Fuchsia.

Identified by id being the string fuchsia.

Implementation

bool get isFuchsia => ("fuchsia" == id);