loopIndex property

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

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

Implementation

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