all property

Map<String, String> get all

Gets all path parameters.

Implementation

Map<String, String> get all => Map.unmodifiable(_pathParams);