RouteEvent constructor

RouteEvent(
  1. RouteEventType type,
  2. int value,
  3. double distance
)

@brief Default constructor

Implementation

RouteEvent(this.type, this.value, this.distance);