ChatListModel constructor

ChatListModel(
  1. String _name,
  2. String _clientId,
  3. List<ChatModel> _chatList
)

Implementation

ChatListModel(this._name, this._clientId, this._chatList);