OSSResponse constructor

OSSResponse(
  1. String resp_txt
)

Implementation

OSSResponse(this.resp_txt) {
  print("resp:${this.resp_txt}");
  this.resp_root = XmlDocument.parse(this.resp_txt);
}