pathParams property

Map<String, String> pathParams
final

Extracted path parameters from the URL template (e.g. {'id': '123'}).

Implementation

final Map<String, String> pathParams;