nextHopType property

  1. @TagNumber(9)
RouteInfo_NextHopType nextHopType

Type of next hop.

Implementation

@$pb.TagNumber(9)
RouteInfo_NextHopType get nextHopType => $_getN(8);
  1. @TagNumber(9)
void nextHopType=(RouteInfo_NextHopType v)

Implementation

@$pb.TagNumber(9)
set nextHopType(RouteInfo_NextHopType v) { setField(9, v); }