DetailRequestCode constructor

DetailRequestCode({
  1. String desc = "",
  2. String route = "",
  3. Map<String, dynamic> params = const {},
  4. String body = "",
  5. Map<String, dynamic> header = const {},
  6. String access = "",
  7. String requestType = "",
  8. String methodNameInFile = "",
})

Implementation

DetailRequestCode({
  this.desc = "",
  this.route = "",
  this.params = const {},
  this.body = "",
  this.header = const {},
  this.access = "",
  this.requestType = "",
  this.methodNameInFile = "",
});