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