NSKeyValueChangeNotificationIsPriorKey top-level property

NSString get NSKeyValueChangeNotificationIsPriorKey

Implementation

NSString get NSKeyValueChangeNotificationIsPriorKey => NSString.castFromPointer(
  _NSKeyValueChangeNotificationIsPriorKey,
  retain: true,
  release: true,
);
set NSKeyValueChangeNotificationIsPriorKey (NSString value)

Implementation

set NSKeyValueChangeNotificationIsPriorKey(NSString value) {
  NSString.castFromPointer(
    _NSKeyValueChangeNotificationIsPriorKey,
    retain: false,
    release: true,
  ).ref.release();
  _NSKeyValueChangeNotificationIsPriorKey = value.ref.retainAndReturnPointer();
}