encodeConditionalObject_forKey_ method

  1. @override
void encodeConditionalObject_forKey_(
  1. NSObject? object,
  2. NSString key
)
override

Implementation

@override
void encodeConditionalObject_forKey_(NSObject? object, NSString key) {
  _lib._objc_msgSend_134(_id, _lib._sel_encodeConditionalObject_forKey_1,
      object?._id ?? ffi.nullptr, key._id);
}