menu
messenger
domain/model/chat_item.dart
ChatItemKey
ChatItemKey const constructor
ChatItemKey
dark_mode
light_mode
ChatItemKey
constructor
const
ChatItemKey
(
PreciseDateTime
at
,
ChatItemId
id
)
Implementation
const ChatItemKey(this.at, this.id);
messenger
chat_item
ChatItemKey
ChatItemKey const constructor
ChatItemKey class