COSCommonPrefixes.fromXml constructor

COSCommonPrefixes.fromXml(
  1. XmlElement? xml
)

Implementation

factory COSCommonPrefixes.fromXml(XmlElement? xml) {
  return COSCommonPrefixes()..prefix = xml?.getElement('Prefix')?.innerText;
}