recentChatDataFromJson function

RecentChatData recentChatDataFromJson(
  1. String str
)

Implementation

RecentChatData recentChatDataFromJson(String str) =>
    RecentChatData.fromJson(json.decode(str));