isFuchsia property

bool isFuchsia

True if the operating system is Fuchsia

Implementation

bool get isFuchsia => operatingSystem == fuchsia;