PublicTransportInfo constructor
const
PublicTransportInfo({})
Implementation
const PublicTransportInfo({
this.type = PublicTransportType.bus,
required this.names,
required this.suggestedCarNumbers,
required this.boardingSuggest,
required this.color,
required this.routeLogo
});