TcpRouteRouteRule constructor

TcpRouteRouteRule({
  1. TcpRouteRouteAction? action,
  2. List<TcpRouteRouteMatch>? matches,
})

Implementation

TcpRouteRouteRule({
  this.action,
  this.matches,
});