OutputLocation.fromXml constructor

OutputLocation.fromXml(
  1. XmlElement? xml
)

Implementation

OutputLocation.fromXml(XmlElement? xml) {
  s3 = S3Location.fromXml(getProp(xml, 'S3'));
}