TvShowList constructor

TvShowList({
  1. Key? key,
  2. bool splitAnimes = true,
  3. bool headless = false,
})

Implementation

TvShowList({Key? key, this.splitAnimes = true, this.headless = false})
    : super(key: key);