RouteBase constructor
RouteBase({
- required String path,
- required PheasantTemplate component,
Implementation
RouteBase({required this.path, required this.component});