ContestTypeName constructor

ContestTypeName({
  1. String? color,
  2. String? name,
  3. NamedAPIResource? language,
})

Implementation

ContestTypeName({this.color, this.name, this.language});