TLSRoute constructor
const
TLSRoute({
- required TLSMatchAttributes match,
- RouteDestination? route,
The main constructor.
Implementation
const TLSRoute({
required this.match,
this.route,
});