copyWith method

Implementation

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