MoveLearnMethod constructor

MoveLearnMethod({
  1. List<MoveLearnMethodName>? names,
  2. List<NamedAPIResource>? versionGroups,
  3. String? name,
  4. int? id,
  5. List<MoveLearnMethodDescription>? descriptions,
})

Implementation

MoveLearnMethod(
    {this.names, this.versionGroups, this.name, this.id, this.descriptions});