conversationListModelFromJson function

ConversationListModel conversationListModelFromJson(
  1. dynamic str
)

Implementation

ConversationListModel conversationListModelFromJson(str) =>
    ConversationListModel.fromJson(str);