Router constructor

Router({
  1. String routerPath = '',
})

Implementation

Router({String routerPath = ''}) {
  this.routerPath = routerPath;
}