Get ChatKind of this Chat.
ChatKind get kind => ChatKind.values[kindIndex];
Sets the ChatKind of this Chat.
set kind(ChatKind chatKind) { kindIndex = chatKind.index; }