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