RoomKeys constructor
const
RoomKeys({
- String id = 'id',
- String friendId = 'friendId',
- String participants = 'participants',
- String leaves = 'leaves',
- String createdAt = 'createdAt',
- String createdBy = 'createdBy',
- String name = 'name',
- String photo = 'photo',
- String isBot = 'isBot',
- String isGroup = 'isGroup',
- String isDeleted = 'isDeleted',
- String isVerified = 'isVerified',
- String lastMessage = 'lastMessage',
- String lastMessageId = 'lastMessageId',
- String lastMessageSenderId = 'lastMessageSenderId',
- String lastMessageDeleted = 'lastMessageDeleted',
- String lastMessageStatuses = 'lastMessageStatuses',
- String unseenCount = 'unseenCount',
- String updatedAt = 'updatedAt',
- String mutes = 'mutes',
- String archives = 'archives',
- String blocks = 'blocks',
- String pins = 'pins',
- String removes = 'removes',
- String restricts = 'restricts',
- String extra = 'extra',
Implementation
const RoomKeys({
this.id = 'id',
this.friendId = 'friendId',
this.participants = 'participants',
this.leaves = 'leaves',
this.createdAt = 'createdAt',
this.createdBy = 'createdBy',
this.name = 'name',
this.photo = 'photo',
this.isBot = 'isBot',
this.isGroup = 'isGroup',
this.isDeleted = 'isDeleted',
this.isVerified = 'isVerified',
this.lastMessage = 'lastMessage',
this.lastMessageId = 'lastMessageId',
this.lastMessageSenderId = 'lastMessageSenderId',
this.lastMessageDeleted = 'lastMessageDeleted',
this.lastMessageStatuses = 'lastMessageStatuses',
this.unseenCount = 'unseenCount',
this.updatedAt = 'updatedAt',
this.mutes = 'mutes',
this.archives = 'archives',
this.blocks = 'blocks',
this.pins = 'pins',
this.removes = 'removes',
this.restricts = 'restricts',
this.extra = 'extra',
});