DeleteAddonResponse constructor

DeleteAddonResponse({
  1. Addon? addon,
})

Implementation

DeleteAddonResponse({
  this.addon,
});