BerryFlavor constructor

BerryFlavor({
  1. int? id,
  2. String? name,
  3. List<Berries>? berries,
  4. NamedAPIResource? contestType,
  5. List<Names>? names,
})

Implementation

BerryFlavor({this.id, this.name, this.berries, this.contestType, this.names});