ValhallaRouteInstruction constructor
      const
      ValhallaRouteInstruction({})
     
    
    
Implementation
const ValhallaRouteInstruction({
  required super.distance,
  required super.duration,
  required super.instruction,
  required super.location,
  required this.endInstructionLocation,
  this.verbalPreinstruction,
  this.verbalPostinstruction,
});