Map<String, dynamic> toJson() { final spectrumConfig = this.spectrumConfig; return { 'spectrumConfig': spectrumConfig, }; }