InventoryDestination.fromXml constructor

InventoryDestination.fromXml(
  1. XmlElement? xml
)

Implementation

InventoryDestination.fromXml(XmlElement? xml) {
  s3BucketDestination = InventoryS3BucketDestination.fromXml(
      getProp(xml, 'S3BucketDestination'));
}