MoveBattleStyle constructor
MoveBattleStyle({
- List<
MoveBattleStyleName> ? names, - String? name,
- int? id,
Implementation
MoveBattleStyle({this.names, this.name, this.id});