ConversationConfigOverrideConfig constructor

const ConversationConfigOverrideConfig({
  1. bool? textOnly,
})

Implementation

const ConversationConfigOverrideConfig({
  this.textOnly,
});