isFuchsia property
bool
get
isFuchsia
Checks if the platform is Fuchsia.
Implementation
bool get isFuchsia => Platform.isFuchsia;
Checks if the platform is Fuchsia.
bool get isFuchsia => Platform.isFuchsia;