alloc static method

UISwitch alloc()

alloc

Implementation

static UISwitch alloc() {
  final $ret = _objc_msgSend_151sglz(_class_UISwitch, _sel_alloc);
  return UISwitch.fromPointer($ret, retain: false, release: true);
}