UserAIBotProfileResult constructor

const UserAIBotProfileResult({
  1. bool deleted = false,
  2. bool changed = false,
})

Implementation

const UserAIBotProfileResult({
  this.deleted = false,
  this.changed = false,
});