GetResponseInstanceXmlElementName method

  1. @override
String GetResponseInstanceXmlElementName()
override
Gets the name of the response instance XML element.

Implementation

@override
String GetResponseInstanceXmlElementName() {
  return XmlElementNames.UserResponse;
}