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