isFuchsia property

bool get isFuchsia

Returns true if the platform is Fuchsia.

Implementation

static bool get isFuchsia => DevicePlatformType.currentPlatformType == PlatformType.Fuchsia;