AFRouteParamUnused constructor

const AFRouteParamUnused({
  1. required AFScreenID screenId,
  2. required AFWidgetID wid,
  3. required AFRouteLocation routeLocation,
})

Implementation

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