indirectIndex property Null safety

Value indirectIndex

Implementation

Value get indirectIndex => this[_regIasIndex];
void indirectIndex=(Value v)

Implementation

set indirectIndex(Value v) => this[_regIasIndex] = v;