isComputer method

bool isComputer()

便捷的设备类型判断方法

Implementation

bool isComputer() => getDeviceType() == 1;