Creates a Chat object from JSON.
factory Chat.fromJson(Map<String, dynamic> json) => _$ChatFromJson(json);