endpointReference method Null safety
XML for the endpointReference
Implementation
static XmlDocumentFragment endpointReference() {
builder.element('GetEndpointReference', nest: () {
builder.namespace(Xmlns.tds);
});
return builder.buildFragment();
}