RecentChat constructor
RecentChat({
- List<
RecentChatData> ? data,
Converts a JSON object into a RecentChat instance.
Implementation
RecentChat({
this.data,
});
Converts a JSON object into a RecentChat instance.
RecentChat({
this.data,
});