copyWith method
Implementation
ConversationConfigOverride copyWith({dynamic textOnly}) {
return ConversationConfigOverride(textOnly: textOnly ?? this.textOnly);
}
ConversationConfigOverride copyWith({dynamic textOnly}) {
return ConversationConfigOverride(textOnly: textOnly ?? this.textOnly);
}