IntRouteEntry constructor
      const
      IntRouteEntry({ 
    
    
- required RoutePoint point,
- required int value,
Implementation
const IntRouteEntry({
  required this.point,
  required this.value
});