isIOS property

bool isIOS

True if the operating system is iOS.

Implementation

bool get isIOS => operatingSystem == iOS;