isFuchsia property
final
Whether the operating system is a version of Fuchsia.
Implementation
@pragma("vm:platform-const")
static final bool isFuchsia = (operatingSystem == "fuchsia");
Whether the operating system is a version of Fuchsia.
@pragma("vm:platform-const")
static final bool isFuchsia = (operatingSystem == "fuchsia");