isFuchsia property

bool get isFuchsia

Implementation

static bool get isFuchsia =>
    !isWeb && defaultTargetPlatform == TargetPlatform.fuchsia;