MoveTarget constructor

MoveTarget({
  1. List<MoveTargetName>? names,
  2. List<NamedAPIResource>? moves,
  3. String? name,
  4. int? id,
  5. List<MoveTargetDescription>? descriptions,
})

Implementation

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