Returns true if the platform is an iPhone.
true
@override bool get isIphone => _ua.contains('iphone');