copyWith method
Implementation
FollowingDashboardComponentLoaded copyWith(
{FollowingDashboardModel? copyThis}) {
return FollowingDashboardComponentLoaded(value: copyThis ?? value);
}
FollowingDashboardComponentLoaded copyWith(
{FollowingDashboardModel? copyThis}) {
return FollowingDashboardComponentLoaded(value: copyThis ?? value);
}