ConversationRetentionSettings constructor

ConversationRetentionSettings({
  1. int? retentionDays,
})

Implementation

ConversationRetentionSettings({
  this.retentionDays,
});