isFuchsia property

bool isFuchsia

Check Platform is Fuchsia if it is return true otherwise false

Implementation

bool get isFuchsia => Platform.isFuchsia;