Whether the operating system is a version of iOS.
Identified by id being the string ios.
ios
bool get isIOS => _osId is IOS;