CreateAddonResponse constructor

CreateAddonResponse({
  1. Addon? addon,
})

Implementation

CreateAddonResponse({
  this.addon,
});