TransitStop constructor

const TransitStop({
  1. String? name,
  2. GeoCoord? location,
})

Implementation

const TransitStop({this.name, this.location});