destinationIndex property
Zero-based index of the destination in the request.
Implementation
@$pb.TagNumber(2)
$core.int get destinationIndex => $_getIZ(1);
Implementation
@$pb.TagNumber(2)
set destinationIndex($core.int v) {
$_setSignedInt32(1, v);
}