MessageKeys constructor
const
MessageKeys({
- String id = 'id',
- String roomId = 'roomId',
- String senderId = 'senderId',
- String content = 'content',
- String data = 'data',
- String kind = 'kind',
- String type = 'type',
- String statuses = 'statuses',
- String createdAt = 'createdAt',
- String updatedAt = 'updatedAt',
- String urls = 'urls',
- String url = 'url',
- String waveform = 'waveform',
- String replyId = 'replyId',
- String reactions = 'reactions',
- String pins = 'pins',
- String durationInSec = 'durationInSec',
- String thumbnail = 'thumbnail',
- String deletes = 'deletes',
- String removes = 'removes',
- String isDeleted = 'isDeleted',
- String isEdited = 'isEdited',
- String editedAt = 'editedAt',
- String isForwarded = 'isForwarded',
- 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',
});