parentListIndex property

  1. @optional
int? parentListIndex
getter/setter pair

If value is a List, parentListIndex is the index where the previous object on the retaining path is located (deprecated).

Note: this property is deprecated and will be replaced by parentField.

Implementation

@optional
int? parentListIndex;