MoveDamageClass constructor

MoveDamageClass({
  1. List<MoveDamageClassName>? names,
  2. List<NamedAPIResource>? moves,
  3. String? name,
  4. int? id,
  5. List<MoveDamageClassDescription>? descriptions,
})

Implementation

MoveDamageClass(
    {this.names, this.moves, this.name, this.id, this.descriptions});