UserComments constructor

UserComments({
  1. List<Comment>? bots,
  2. List<Comment>? servers,
})

Implementation

UserComments({
  this.bots,
  this.servers
});