copyWith method
Implementation
PostComponentLoaded copyWith({PostModel? copyThis}) {
return PostComponentLoaded(value: copyThis ?? value);
}
PostComponentLoaded copyWith({PostModel? copyThis}) {
return PostComponentLoaded(value: copyThis ?? value);
}