params property

Map<String, dynamic> get params

Returns the path parameters of the request.

Implementation

Map<String, dynamic> get params => request.params;