urlParameters property

Map<String, String> urlParameters
final

Route url parameters eg: adding 'user' the match result for 'user?foo=bar' will be: {foo: bar}

Implementation

final Map<String, String> urlParameters;