Router constructor

Router({
  1. bool? hasInitialPage = false,
})

Implementation

Router({
  this.hasInitialPage = false,
});