RouteInstruction constructor
const
RouteInstruction({})
Implementation
const RouteInstruction({
required this.distance,
required this.duration,
required this.instruction,
required this.location,
});
const RouteInstruction({
required this.distance,
required this.duration,
required this.instruction,
required this.location,
});