MessageKeys constructor

const MessageKeys({
  1. String id = 'id',
  2. String roomId = 'roomId',
  3. String senderId = 'senderId',
  4. String content = 'content',
  5. String data = 'data',
  6. String kind = 'kind',
  7. String type = 'type',
  8. String statuses = 'statuses',
  9. String createdAt = 'createdAt',
  10. String updatedAt = 'updatedAt',
  11. String urls = 'urls',
  12. String url = 'url',
  13. String waveform = 'waveform',
  14. String replyId = 'replyId',
  15. String reactions = 'reactions',
  16. String pins = 'pins',
  17. String durationInSec = 'durationInSec',
  18. String thumbnail = 'thumbnail',
  19. String deletes = 'deletes',
  20. String removes = 'removes',
  21. String isDeleted = 'isDeleted',
  22. String isEdited = 'isEdited',
  23. String editedAt = 'editedAt',
  24. String isForwarded = 'isForwarded',
  25. String extra = 'extra',
})

Implementation

const MessageKeys({
  this.id = 'id',
  this.roomId = 'roomId',
  this.senderId = 'senderId',
  this.content = 'content',
  this.data = 'data',
  this.kind = 'kind',
  this.type = 'type',
  this.statuses = 'statuses',
  this.createdAt = 'createdAt',
  this.updatedAt = 'updatedAt',
  this.urls = 'urls',
  this.url = 'url',
  this.waveform = 'waveform',
  this.replyId = 'replyId',
  this.reactions = 'reactions',
  this.pins = 'pins',
  this.durationInSec = 'durationInSec',
  this.thumbnail = 'thumbnail',
  this.deletes = 'deletes',
  this.removes = 'removes',
  this.isDeleted = 'isDeleted',
  this.isEdited = 'isEdited',
  this.editedAt = 'editedAt',
  this.isForwarded = 'isForwarded',
  this.extra = 'extra',
});