isFuchsia property

bool isFuchsia

Whether the operating system is a version of Fuchsia.

Implementation

static bool get isFuchsia =>
    throw UnsupportedError('Fuchsia is not supported by Node.js.');