ItunesCategory constructor

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

Default constructor for the ItunesCategory class

Implementation

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