isIOS property

bool isIOS
final

Whether the operating system is a version of iOS.

Implementation

static final bool isIOS = (_operatingSystem == "ios")