withConfigOptionsPreference property
ChatSessionSettings
get
withConfigOptionsPreference
Implementation
ChatSessionSettings get withConfigOptionsPreference {
if (configOptions.isEmpty) return this;
return ChatSessionSettings(
configOptions: configOptions,
omissions: omissions,
truncated: truncated,
);
}