Stop constructor
const
Stop({})
Creates a Stop object.
Implementation
const Stop({
required this.latitude,
required this.longitude,
required this.name,
required this.routes,
required this.stopId,
});
Creates a Stop object.
const Stop({
required this.latitude,
required this.longitude,
required this.name,
required this.routes,
required this.stopId,
});