Returns combined at and id unique identifier of this ChatItem.
Meant to be used as a key sorted by posting DateTime of this ChatItem.
ChatItemKey get key => ChatItemKey(at, id);