isIOS property

bool isIOS

Whether the operating system is a version of iOS.

Implementation

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