AFRouteParamUnused constructor
const
AFRouteParamUnused({
- required AFScreenID screenId,
- required AFWidgetID wid,
- required AFRouteLocation routeLocation,
Implementation
const AFRouteParamUnused({
required AFScreenID screenId,
required AFWidgetID wid,
required AFRouteLocation routeLocation
}): super(
screenId: screenId,
wid: wid,
routeLocation: routeLocation
);