copyWith method
Implementation
FollowingComponentLoaded copyWith({FollowingModel? copyThis}) {
return FollowingComponentLoaded(value: copyThis ?? value);
}
FollowingComponentLoaded copyWith({FollowingModel? copyThis}) {
return FollowingComponentLoaded(value: copyThis ?? value);
}