RoutingModule constructor

RoutingModule(
  1. List<ControlRoute> routes
)

Implementation

RoutingModule(this.routes) {
  initModule();
}