copyWith method
Implementation
PostLikeComponentLoaded copyWith({PostLikeModel? copyThis}) {
return PostLikeComponentLoaded(value: copyThis ?? value);
}
PostLikeComponentLoaded copyWith({PostLikeModel? copyThis}) {
return PostLikeComponentLoaded(value: copyThis ?? value);
}