isPhone property
bool
get
isPhone
Returns true if this is a phone.
Implementation
bool get isPhone => deviceType == DeviceType.phone;
Returns true if this is a phone.
bool get isPhone => deviceType == DeviceType.phone;