key property

ChatItemKey get key

Returns combined at and id unique identifier of this ChatItem.

Meant to be used as a key sorted by posting DateTime of this ChatItem.

Implementation

ChatItemKey get key => ChatItemKey(at, id);