isIOS property Null safety

bool isIOS

True if the operating system is iOS.

Implementation

bool get isIOS => operatingSystem == iOS;