isIOS top-level property

bool isIOS
getter/setter pair

Whether the operating system is a version of iOS.

Implementation

bool isIOS = defaultTargetPlatform == TargetPlatform.iOS;