AFShouldContinueRouteParam constructor

AFShouldContinueRouteParam({
  1. required AFScreenID screenId,
  2. required AFShouldContinue shouldContinue,
})

Implementation

AFShouldContinueRouteParam({
  required AFScreenID screenId,
  required this.shouldContinue,
}): super(screenId: screenId);