isFuchsia property

bool isFuchsia

Checks whether the device is fuchsia or not

Implementation

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