copyWith method
Implementation
PolicyPresentationComponentLoaded copyWith(
{PolicyPresentationModel? copyThis}) {
return PolicyPresentationComponentLoaded(value: copyThis ?? value);
}
PolicyPresentationComponentLoaded copyWith(
{PolicyPresentationModel? copyThis}) {
return PolicyPresentationComponentLoaded(value: copyThis ?? value);
}