CustomRequestData constructor

CustomRequestData({
  1. Map<String, dynamic>? body,
  2. Map<String, String>? header,
  3. String? url,
  4. RequestFileData? file,
  5. String? rawJson,
})

Implementation

CustomRequestData({this.body, this.header, this.url, this.file, this.rawJson});