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