Data constructor

Data({
  1. String? status,
  2. String? message,
  3. String? type,
  4. String? date,
  5. String? extRefNum,
  6. Response? response,
})

Implementation

Data(
    {this.status,
      this.message,
      this.type,
      this.date,
      this.extRefNum,
      this.response});