ItunesCategory constructor

ItunesCategory({
  1. String? category,
  2. List<String>? subCategories,
})

Implementation

ItunesCategory({this.category, this.subCategories});