UpdatePresetResponse constructor

UpdatePresetResponse({
  1. Preset? preset,
})

Implementation

UpdatePresetResponse({
  this.preset,
});