isPhone property

bool get isPhone

Returns true if this is a phone.

Implementation

bool get isPhone => deviceType == DeviceType.phone;