initWithCoder method
initWithCoder:
Implementation
UISwitch? initWithCoder(objc.NSCoder coder) {
final _ret = _objc_msgSend_1sotr3r(this.ref.retainAndReturnPointer(), _sel_initWithCoder_, coder.ref.pointer);
return _ret.address == 0 ? null : UISwitch.castFromPointer(_ret, retain: false, release: true);
}