associatedIndex property

int get associatedIndex

iOS: introduced 13.0.0 macOS: introduced 10.15.0

Implementation

int get associatedIndex {
  objc.checkOsVersionInternal(
    'NSOrderedCollectionChange.associatedIndex',
    iOS: (false, (13, 0, 0)),
    macOS: (false, (10, 15, 0)),
  );
  return _objc_msgSend_xw2lbc(object$.ref.pointer, _sel_associatedIndex);
}