destinationNetworkUri property

  1. @TagNumber.new(7)
String get destinationNetworkUri

URI of the network where this packet is sent to.

Implementation

@$pb.TagNumber(7)
$core.String get destinationNetworkUri => $_getSZ(6);
  1. @TagNumber.new(7)
set destinationNetworkUri (String v)

Implementation

@$pb.TagNumber(7)
set destinationNetworkUri($core.String v) {
  $_setString(6, v);
}