copyWith method

Implementation

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