copyWith method
Implementation
ProfileComponentLoaded copyWith({ProfileModel? copyThis}) {
return ProfileComponentLoaded(value: copyThis ?? value);
}
ProfileComponentLoaded copyWith({ProfileModel? copyThis}) {
return ProfileComponentLoaded(value: copyThis ?? value);
}