fuchsia property

  1. @override
  2. @useResult
bool get fuchsia
override

Whether the current runtime type is fuchsia.

Implementation

@override
@useResult bool get fuchsia => type == PlatformType.fuchsia;