mutableSetValueForKeyPath_ method

NSMutableSet mutableSetValueForKeyPath_(
  1. NSString keyPath
)

Implementation

NSMutableSet mutableSetValueForKeyPath_(NSString keyPath) {
  final _ret = _lib._objc_msgSend_506(
      _id, _lib._sel_mutableSetValueForKeyPath_1, keyPath._id);
  return NSMutableSet._(_ret, _lib, retain: true, release: true);
}