RoutersScopedList constructor

RoutersScopedList({
  1. List<Router>? routers,
  2. RoutersScopedListWarning? warning,
})

Implementation

RoutersScopedList({
  this.routers,
  this.warning,
});