PublicTransportStop constructor

const PublicTransportStop({
  1. required String name,
  2. required GeoPoint coordinates,
})

Implementation

const PublicTransportStop({
  required this.name,
  required this.coordinates
});