MoveBattleStyle constructor

const MoveBattleStyle(
  1. int id,
  2. String name,
  3. List<Name> names
)

Implementation

const factory MoveBattleStyle(
  /// The identifier for this resource.
  int id,

  /// The name for this resource.
  String name,

  /// The name of this resource listed in different languages.
  List<Name> names,
) = _MoveBattleStyle;