ContestType constructor

ContestType({
  1. NamedAPIResource? berryFlavor,
  2. List<ContestTypeName>? names,
  3. String? name,
  4. int? id,
})

Implementation

ContestType({this.berryFlavor, this.names, this.name, this.id});