TLSRoute constructor

const TLSRoute({
  1. required TLSMatchAttributes match,
  2. RouteDestination? route,
})

The main constructor.

Implementation

const TLSRoute({
  required this.match,
  this.route,
});