LocationPiece constructor

LocationPiece({
  1. String? shortName,
  2. String? longName,
  3. List<String>? types,
})

Implementation

LocationPiece({this.shortName, this.longName,  this.types});