MoveLearnMethodDescription constructor

MoveLearnMethodDescription({
  1. String? description,
  2. NamedAPIResource? language,
})

Implementation

MoveLearnMethodDescription({this.description, this.language});