BaseRequest constructor

BaseRequest(
  1. Map<String, dynamic> _params, {
  2. Method method = Method.POST,
})

Implementation

BaseRequest(this._params, {this.method = Method.POST});