copyWithWrapped method
Implementation
ConversationConfigOverride copyWithWrapped({Wrapped<dynamic>? textOnly}) {
return ConversationConfigOverride(
textOnly: (textOnly != null ? textOnly.value : this.textOnly));
}
ConversationConfigOverride copyWithWrapped({Wrapped<dynamic>? textOnly}) {
return ConversationConfigOverride(
textOnly: (textOnly != null ? textOnly.value : this.textOnly));
}