isFuchsia property

bool get isFuchsia

Checks if the application is running on the Fuchsia platform.

Implementation

bool get isFuchsia => !isWeb && _isPlatform('fuschsia');