Router constructor

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

Implementation

Router({String basePath: ''}) {
  _basePath = basePath;
}