ReponseConfig constructor

ReponseConfig({
  1. String? responseCodeName = "code",
  2. String? responseMessageName = "message",
  3. String? responseData = "data",
  4. List<int>? notShowToastCode,
})

Implementation

ReponseConfig({this. responseCodeName="code", this.responseMessageName="message",this.responseData="data",this.notShowToastCode}) ;