copyWith method
Implementation
AFShouldContinueRouteParam copyWith({
AFShouldContinue? shouldContinue
}) {
return AFShouldContinueRouteParam(
screenId: screenId,
shouldContinue: shouldContinue ?? this.shouldContinue
);
}
AFShouldContinueRouteParam copyWith({
AFShouldContinue? shouldContinue
}) {
return AFShouldContinueRouteParam(
screenId: screenId,
shouldContinue: shouldContinue ?? this.shouldContinue
);
}