PathInfo constructor

PathInfo(
  1. String routeName,
  2. Object? appRoute
)

Implementation

PathInfo(this.routeName, this.appRoute);