RestBody constructor

RestBody({
  1. bool formData = false,
})

Implementation

RestBody({bool formData = false}) : _formDataMode = formData;