arrayIndex property

  1. @override
int? arrayIndex
override

If this is a part of a LogicArray, the index within that array. Othwerise, returns null.

If isArrayMember is true, this will be non-null.

Implementation

@override
int? get arrayIndex => _arrayIndex;