copyWith method
Implementation
FollowRequestsDashboardComponentLoaded copyWith(
{FollowRequestsDashboardModel? copyThis}) {
return FollowRequestsDashboardComponentLoaded(value: copyThis ?? value);
}
FollowRequestsDashboardComponentLoaded copyWith(
{FollowRequestsDashboardModel? copyThis}) {
return FollowRequestsDashboardComponentLoaded(value: copyThis ?? value);
}