route property

  1. @TagNumber(1)
PbList<int> get route

The list of nodenums this packet has visited so far to the destination.

Implementation

@$pb.TagNumber(1)
$pb.PbList<$core.int> get route => $_getList(0);