fromXml static method
I don't like XML. However, there appears to be times when it's unavoidable. Thus, I'm going to include this so that we can work with it, yuck.
Implementation
static Resource fromXml(String xmlString) => _resourceFromXml(xmlString);