arrayIndex property
int?
get
arrayIndex
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
int? get arrayIndex => _arrayIndex;