Genius constructor

Genius({
  1. required String accessToken,
  2. bool verbose = true,
  3. bool skipNonSongs = true,
})

Implementation

Genius(
    {required this.accessToken,
    this.verbose = true,
    this.skipNonSongs = true});