TCPRoute constructor
const
TCPRoute({
- List<
L4MatchAttributes> ? match, - List<
RouteDestination> ? route,
The main constructor.
Implementation
const TCPRoute({this.match, this.route});