keyPathsForValuesAffectingValueForKey_ static method

NSSet keyPathsForValuesAffectingValueForKey_(
  1. ThermionDartTexture1 _lib,
  2. NSString key
)
override

Implementation

static NSSet keyPathsForValuesAffectingValueForKey_(
    ThermionDartTexture1 _lib, NSString key) {
  final _ret = _lib._objc_msgSend_62(_lib._class_NSURLCredential1,
      _lib._sel_keyPathsForValuesAffectingValueForKey_1, key._id);
  return NSSet._(_ret, _lib, retain: true, release: true);
}