Body constructor

Body({
  1. Fault? fault,
  2. XmlDocumentFragment? request,
  3. Map<String, dynamic>? response,
})

Implementation

Body({
  this.fault,
  this.request,
  this.response,
});