loopIndex property
@doc Identifies this loop in nested loop contexts (depth in hierarchy)
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(7)
$core.int get loopIndex => $_getIZ(6);
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(7)
set loopIndex($core.int value) => $_setSignedInt32(6, value);