PublicTransportRouteInfo constructor
const
PublicTransportRouteInfo({
- required String name,
- required String directionName,
- required String lastPlatformName,
- required PublicTransportCostInfo? costInfo,
- required TraversalType? traversalType,
Implementation
const PublicTransportRouteInfo({
required this.name,
required this.directionName,
required this.lastPlatformName,
required this.costInfo,
required this.traversalType
});