AFShouldContinueRouteParam constructor
AFShouldContinueRouteParam({
- required AFScreenID screenId,
- required AFShouldContinue shouldContinue,
Implementation
AFShouldContinueRouteParam({
required AFScreenID screenId,
required this.shouldContinue,
}): super(screenId: screenId);