isiPad top-level property

bool isiPad
getter/setter pair

Implementation

bool isiPad = getDeviceType() == DeviceType.isTablet ? true : false;