isFuchsia property

bool isFuchsia

Return true if the platform is Fuchsia

Implementation

bool get isFuchsia => platform == TargetPlatform.fuchsia;