initWithCoder method

UIAction? initWithCoder(
  1. NSCoder coder
)

initWithCoder:

Implementation

UIAction? initWithCoder(objc.NSCoder coder) {
  final _$$ref = object$.ref;
  final _$$ref$1 = coder.ref;
  final $ret = _objc_msgSend_1sotr3r(_$$ref.retainAndReturnPointer(), _sel_initWithCoder_, _$$ref$1.pointer);
  return $ret.address == 0 ? null : UIAction.fromPointer($ret, retain: false, release: true);
}