copyWith method

Implementation

NotificationDashboardComponentLoaded copyWith(
    {NotificationDashboardModel? copyThis}) {
  return NotificationDashboardComponentLoaded(value: copyThis ?? value);
}