routingParameters property

  1. @TagNumber.new(2)
PbList<RoutingParameter> get routingParameters

A collection of Routing Parameter specifications. NOTE: If multiple Routing Parameters describe the same key (via the path_template field or via the field field when path_template is not provided), "last one wins" rule determines which Parameter gets used. See the examples for more details.

Implementation

@$pb.TagNumber(2)
$pb.PbList<RoutingParameter> get routingParameters => $_getList(0);