clearParams method

void clearParams()

Clears all path parameters.

Implementation

void clearParams() {
  _pathParams.clear();
}