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