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