LocationGameIndex constructor

LocationGameIndex({
  1. NamedAPIResource? generation,
  2. int? gameIndex,
})

Implementation

LocationGameIndex({this.generation, this.gameIndex});