HzyNormalHttpResponeConfig constructor

HzyNormalHttpResponeConfig({
  1. String? status,
  2. String? code,
  3. String? msg,
  4. String? data,
  5. int? successCode,
})

constructor.

Implementation

HzyNormalHttpResponeConfig({
  this.status,
  this.code,
  this.msg,
  this.data,
  this.successCode,
});