RequestParams constructor

RequestParams(
  1. Map<String, String> _pathParams,
  2. Map<String, dynamic> _attributes
)

Implementation

RequestParams(this._pathParams, this._attributes);