TCPRoute constructor

const TCPRoute({
  1. List<L4MatchAttributes>? match,
  2. List<RouteDestination>? route,
})

The main constructor.

Implementation

const TCPRoute({this.match, this.route});