isFuchsia property

  1. @override
bool get isFuchsia
override

Check if the platform is Fuchsia.

プラットフォームがFuchsiaかどうかを確認します。

Implementation

@override
bool get isFuchsia => UniversalPlatform.isFuchsia;