$HttpBody constructor

$HttpBody({
  1. String? contentType,
  2. String? data,
  3. List<Map<String, Object?>>? extensions,
})

Implementation

$HttpBody({
  this.contentType,
  this.data,
  this.extensions,
});