GetPresetResponse constructor

GetPresetResponse({
  1. Preset? preset,
})

Implementation

GetPresetResponse({
  this.preset,
});