isFuchsia property

bool get isFuchsia

Implementation

static bool get isFuchsia => isWeb ? false : Platform.isFuchsia;