MoveCategory constructor

MoveCategory({
  1. List<NamedAPIResource>? moves,
  2. String? name,
  3. int? id,
  4. List<MoveCategoryDescription>? descriptions,
})

Implementation

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