IntRouteEntry constructor

const IntRouteEntry({
  1. required RoutePoint point,
  2. required int value,
})

Implementation

const IntRouteEntry({
  required this.point,
  required this.value
});