ChatItemKey constructor

const ChatItemKey(
  1. PreciseDateTime at,
  2. ChatItemId id
)

Implementation

const ChatItemKey(this.at, this.id);