isFuchsia property

bool get isFuchsia

Implementation

static bool get isFuchsia {
  return !kIsWeb && Platform.isFuchsia;
}