asPageRoute method

AppPageRoute<R, P>? asPageRoute()

Implementation

AppPageRoute<R, P>? asPageRoute() => this as AppPageRoute<R, P>?;