arguments property

Map<String, String> arguments
finalinherited

Serializable arguments associated with this node.

These are shaped like URI query parameters and are included when a RouteNode is serialized to or from a Uri.

Implementation

abstract final Map<String, String> arguments;