HTTPRouteDestination constructor
const
HTTPRouteDestination({
- required Destination destination,
- int? weight,
- Headers? headers,
The main constructor.
Implementation
const HTTPRouteDestination({
required this.destination,
this.weight,
this.headers,
});