paramKeys property

Iterable<String> get paramKeys

Gets path parameter keys.

Implementation

Iterable<String> get paramKeys => _pathParams.keys;