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