isIOS property

bool get isIOS

Whether this is an iOS device (for notch rendering)

Implementation

bool get isIOS => displayName.startsWith('iPhone') || displayName.startsWith('iPad');