LocationName constructor

LocationName({
  1. String? name,
  2. NamedAPIResource? language,
})

Implementation

LocationName({this.name, this.language});