GetPresetResponse constructor

GetPresetResponse({
  1. required List<Preset> presets,
})

Implementation

GetPresetResponse({required this.presets});