encodeBycopyObject_ method

void encodeBycopyObject_(
  1. NSObject? anObject
)

Implementation

void encodeBycopyObject_(NSObject? anObject) {
  _lib._objc_msgSend_288(
      _id, _lib._sel_encodeBycopyObject_1, anObject?._id ?? ffi.nullptr);
}