nextHop property

  1. @TagNumber.new(4)
String get nextHop

Next hop of the route.

Implementation

@$pb.TagNumber(4)
$core.String get nextHop => $_getSZ(3);
  1. @TagNumber.new(4)
set nextHop (String v)

Implementation

@$pb.TagNumber(4)
set nextHop($core.String v) {
  $_setString(3, v);
}