AFRouteParamRef constructor

const AFRouteParamRef({
  1. required AFScreenID screenId,
  2. required AFRouteLocation routeLocation,
  3. AFWidgetID wid = AFUIWidgetID.useScreenParam,
})

Implementation

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