MoveAilment constructor

MoveAilment({
  1. List<MoveAilmantNames>? names,
  2. List<NamedAPIResource>? moves,
  3. String? name,
  4. int? id,
})

Implementation

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