isFuchsia property Null safety

bool isFuchsia
final

Whether the operating system is a version of Fuchsia.

Implementation

static final bool isFuchsia = (_operatingSystem == "fuchsia");