setParamsToBodyData method

BuildRequest setParamsToBodyData(
  1. bool toBody
)

Implementation

BuildRequest setParamsToBodyData(bool toBody) {
  _toBodyData = toBody;
  _toFormData = false;
  return this;
}