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