AFRouteParamRef constructor
      const
      AFRouteParamRef({ 
    
    
- required AFScreenID screenId,
- required AFRouteLocation routeLocation,
- AFWidgetID wid = AFUIWidgetID.useScreenParam,
Implementation
const AFRouteParamRef({
  required AFScreenID screenId,
   required AFRouteLocation routeLocation,
   AFWidgetID wid = AFUIWidgetID.useScreenParam,
} ): super(screenId: screenId, routeLocation: routeLocation, wid: wid);