isFuchsia property

bool get isFuchsia

True if the operating system is Fuchsia

Implementation

bool get isFuchsia => operatingSystem == fuchsia;