isIOS property

bool isIOS
final

Whether the operating system is a version of iOS.

Implementation

static final bool isIOS = !isWeb && io.Platform.isIOS;