isFuchsia top-level property Null safety
Whether the current operating system is a version of Fuchsia.
Identified by operatingSystem being the string fuchsia
.
Implementation
bool get isFuchsia => OperatingSystem.current.isFuchsia;
Whether the current operating system is a version of Fuchsia.
Identified by operatingSystem being the string fuchsia
.
bool get isFuchsia => OperatingSystem.current.isFuchsia;