toXML method

String toXML()

Implementation

String toXML() {
  return '''
  <applicationParameter>
  ${storages.map((e) => e.toXML()).join()}
  </applicationParameter>
  ''';
}