JSONInput.fromXml constructor

JSONInput.fromXml(
  1. XmlElement? xml
)

Implementation

JSONInput.fromXml(XmlElement? xml) {
  type = getProp(xml, 'Type')?.text;
}