MissingBody constructor

MissingBody({
  1. String? message,
})

Implementation

MissingBody({
  this.message,
});