RouteBase constructor

RouteBase({
  1. required String path,
  2. required PheasantTemplate component,
})

Implementation

RouteBase({required this.path, required this.component});