menu
messenger
domain/model/chat.dart
LastChatRead
LastChatRead.new constructor
LastChatRead.new
dark_mode
light_mode
LastChatRead
constructor
LastChatRead
(
UserId
memberId
,
PreciseDateTime
at
)
Implementation
LastChatRead(this.memberId, this.at);
messenger
chat
LastChatRead
LastChatRead.new constructor
LastChatRead class