List<ChatModel> get chatList => _chatList;
set chatList(List<ChatModel> value) { _chatList = value; }