inputIndex property

  1. @TagNumber.new(2)
int get inputIndex

Zero-based position in the request batch. ALWAYS set, on every entry point, including index 0.

Implementation

@$pb.TagNumber(2)
$core.int get inputIndex => $_getIZ(1);
  1. @TagNumber.new(2)
set inputIndex (int value)

Implementation

@$pb.TagNumber(2)
set inputIndex($core.int value) => $_setSignedInt32(1, value);