PageRouteParams constructor

PageRouteParams(
  1. String path, {
  2. Map? args,
})

Implementation

PageRouteParams(this.path, {this.args});