copyWith method
Implementation
ConversationConfigOverrideConfig copyWith({bool? textOnly}) {
return ConversationConfigOverrideConfig(
textOnly: textOnly ?? this.textOnly);
}
ConversationConfigOverrideConfig copyWith({bool? textOnly}) {
return ConversationConfigOverrideConfig(
textOnly: textOnly ?? this.textOnly);
}