copyWith method

Implementation

ChatDashboardComponentLoaded copyWith({ChatDashboardModel? copyThis}) {
  return ChatDashboardComponentLoaded(value: copyThis ?? value);
}