loopIndex property
@doc The index of this loop, to distinguish nested loops.
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(2)
$core.int get loopIndex => $_getIZ(1);
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(2)
set loopIndex($core.int value) => $_setSignedInt32(1, value);