model/recent_chat library
Classes
- RecentChat
- Represents the recent chat data.
- RecentChatData
- Represents the recent chat data.
Functions
-
recentChatDataFromJson(
String str) → RecentChatData - Converts a JSON string into a RecentChatData object.
-
recentChatDataListFromJson(
String str) → List< RecentChatData> - Converts a JSON string into a list of RecentChatData objects.
-
recentChatFromJson(
String str) → RecentChat - Converts a JSON string into a RecentChat object.
-
recentChatToJson(
RecentChat data) → String - Converts a RecentChat object into a JSON string.