Location constructor

Location({
  1. List<LocationGameIndex>? gameIndices,
  2. List<LocationName>? names,
  3. String? name,
  4. List<NamedAPIResource>? areas,
  5. int? id,
  6. NamedAPIResource? region,
})

Implementation

Location(
    {this.gameIndices,
    this.names,
    this.name,
    this.areas,
    this.id,
    this.region});