toXml static method

XmlAttribute toXml(
  1. ManifestProp prop
)

Implementation

static XmlAttribute toXml(ManifestProp prop) {
  return XmlAttribute(XmlName(prop.key), prop.value);
}