copyWith method
Implementation
PostCommentComponentLoaded copyWith({PostCommentModel? copyThis}) {
return PostCommentComponentLoaded(value: copyThis ?? value);
}
PostCommentComponentLoaded copyWith({PostCommentModel? copyThis}) {
return PostCommentComponentLoaded(value: copyThis ?? value);
}