fromXml static method

Resource fromXml(
  1. String xmlString
)

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);