isIOS property

bool get isIOS

Implementation

bool get isIOS => !Dart.isWeb && Dart.isIOS;