copyWith method

Implementation

BlockingDashboardComponentLoaded copyWith(
    {BlockingDashboardModel? copyThis}) {
  return BlockingDashboardComponentLoaded(value: copyThis ?? value);
}