MoveBattleStyle constructor

MoveBattleStyle({
  1. List<MoveBattleStyleName>? names,
  2. String? name,
  3. int? id,
})

Implementation

MoveBattleStyle({this.names, this.name, this.id});