DeleteVPCAssociationAuthorizationResponse.fromXml constructor

DeleteVPCAssociationAuthorizationResponse.fromXml(
  1. XmlElement elem
)

Implementation

factory DeleteVPCAssociationAuthorizationResponse.fromXml(
    // ignore: avoid_unused_constructor_parameters
    _s.XmlElement elem) {
  return DeleteVPCAssociationAuthorizationResponse();
}