copyWith method
Implementation
ChatComponentLoaded copyWith({ChatModel? copyThis}) {
return ChatComponentLoaded(value: copyThis ?? value);
}
ChatComponentLoaded copyWith({ChatModel? copyThis}) {
return ChatComponentLoaded(value: copyThis ?? value);
}