allParams property

Map<String, String> get allParams

Gets all path parameters

Implementation

Map<String, String> get allParams => _params.all;