SongGenerator constructor
const
SongGenerator({})
Implementation
const SongGenerator({
required this.key,
this.webhook,
this.trackId,
this.lyricsGeneration,
this.initAudio,
required this.prompt,
this.lyrics,
});