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