init method

init

Implementation

NSNotification init() {
  final $ret = _objc_msgSend_151sglz(
    object$.ref.retainAndReturnPointer(),
    _sel_init,
  );
  return NSNotification.fromPointer($ret, retain: false, release: true);
}