isPhone property

bool get isPhone

Returns true if the current device is a phone.

Implementation

bool get isPhone => deviceInfo.isPhone;