isFuchsia property

bool get isFuchsia

Checks whether the device is fuchsia or not

Implementation

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