nextHop property

  1. @TagNumber(4)
String nextHop

Next hop of the route.

Implementation

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

Implementation

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