RoutePageInfo constructor

RoutePageInfo(
  1. String location,
  2. PageFuncType pageFunc
)

Implementation

RoutePageInfo(this.location, this.pageFunc);