copyWith method
Implementation
BookletComponentLoaded copyWith({BookletModel? copyThis}) {
return BookletComponentLoaded(value: copyThis ?? value);
}
BookletComponentLoaded copyWith({BookletModel? copyThis}) {
return BookletComponentLoaded(value: copyThis ?? value);
}