methodSignature property

NSMethodSignature get methodSignature

Implementation

NSMethodSignature get methodSignature {
  final _ret = _lib._objc_msgSend_414(_id, _lib._sel_methodSignature1);
  return NSMethodSignature._(_ret, _lib, retain: true, release: true);
}