conversationList property

List<ConversationInfo> get conversationList

Implementation

List<ConversationInfo> get conversationList => _conversationList;
set conversationList (List<ConversationInfo> value)

Implementation

set conversationList(List<ConversationInfo> value) {
  _conversationList = value;
  notifyListeners();
}