RouteInstruction constructor
const
RouteInstruction({
- required String roadName,
- required RouteDistance range,
- required ExtraInstructionInfo extraInstructionInfo,
Implementation
const RouteInstruction({
required this.roadName,
required this.range,
required this.extraInstructionInfo
});