LyricsGenerator constructor

const LyricsGenerator({
  1. required String key,
  2. String? webhook,
  3. String? trackId,
  4. required String prompt,
})

Implementation

const LyricsGenerator({
  required this.key,
  this.webhook,
  this.trackId,
  required this.prompt,
});