CreatePresetResponse constructor

CreatePresetResponse({
  1. Preset? preset,
})

Implementation

CreatePresetResponse({
  this.preset,
});