isIOS property

bool isIOS

Whether the operating system is a version of iOS.

Identified by id being the string ios.

Implementation

bool get isIOS => ("ios" == id);