loopIndex property

  1. @Deprecated('This field is deprecated.')
  2. @TagNumber(7)
int get loopIndex

@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);
  1. @Deprecated('This field is deprecated.')
  2. @TagNumber(7)
set loopIndex (int value)

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(7)
set loopIndex($core.int value) => $_setSignedInt32(6, value);