ControllerRoute constructor
const
ControllerRoute({})
Implementation
const ControllerRoute({
required this.method,
required this.path,
required this.handler,
required this.params,
this.httpCode,
this.headers,
});