routeBack property

  1. @TagNumber(3)
PbList<int> get routeBack

The list of nodenums the packet has visited on the way back from the destination.

Implementation

@$pb.TagNumber(3)
$pb.PbList<$core.int> get routeBack => $_getList(2);