menu
enx_uikit_flutter package
documentation
models/chat_list_model.dart
ChatListModel
ChatListModel constructor
ChatListModel constructor
dark_mode
light_mode
ChatListModel
constructor
ChatListModel
(
String
_name
,
String
_clientId
,
List
<
ChatModel
>
_chatList
)
Implementation
ChatListModel(this._name, this._clientId, this._chatList);
enx_uikit_flutter package
documentation
models/chat_list_model
ChatListModel
ChatListModel constructor
ChatListModel class