deviceInformation method Null safety

XmlDocumentFragment deviceInformation()

XML for the deviceInformation

Implementation

static XmlDocumentFragment deviceInformation() {
  builder.element('GetDeviceInformation', nest: () {
    builder.namespace(Xmlns.tds);
  });

  return builder.buildFragment();
}