userInfo property

NSDictionary? get userInfo

Implementation

NSDictionary? get userInfo {
  final _ret = _lib._objc_msgSend_389(_id, _lib._sel_userInfo1);
  return _ret.address == 0
      ? null
      : NSDictionary._(_ret, _lib, retain: true, release: true);
}