ScooterBriefRouteInfo constructor
const
ScooterBriefRouteInfo({
- required RouteDistance length,
- required String landmark,
Implementation
const ScooterBriefRouteInfo({
required this.length,
required this.landmark
});