TcpRouteRouteMatch constructor

TcpRouteRouteMatch({
  1. String? address,
  2. String? port,
})

Implementation

TcpRouteRouteMatch({this.address, this.port});