copyWith method
Implementation
PresentationComponentLoaded copyWith({PresentationModel? copyThis}) {
return PresentationComponentLoaded(value: copyThis ?? value);
}
PresentationComponentLoaded copyWith({PresentationModel? copyThis}) {
return PresentationComponentLoaded(value: copyThis ?? value);
}