parameters property

Map<String, String> parameters
final

Route parameters eg: adding 'user/:id' the match result for 'user/123' will be: {id: 123}

Implementation

final Map<String, String> parameters;