isIOS property

bool get isIOS

Return true if the platform is iOS

Implementation

bool get isIOS => platform == TargetPlatform.iOS;