UpdateAddonResponse constructor

UpdateAddonResponse({
  1. Update? update,
})

Implementation

UpdateAddonResponse({
  this.update,
});