RestXmlResponse constructor

RestXmlResponse(
  1. Map<String, String> headers,
  2. XmlElement body
)

Implementation

RestXmlResponse(this.headers, this.body);