isFuchsia property
bool
get
isFuchsia
Returns true if the platform is Fuchsia.
Implementation
static bool get isFuchsia => DevicePlatformType.currentPlatformType == PlatformType.Fuchsia;
Returns true if the platform is Fuchsia.
static bool get isFuchsia => DevicePlatformType.currentPlatformType == PlatformType.Fuchsia;