inputIndex property

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

Input index in the original request and optional caller metadata.

Implementation

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

Implementation

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