RecentChatData constructor
RecentChatData({
- List<
RecentChat> ? data,
Constructs a RecentChatData object with the provided parameters.
Implementation
RecentChatData({
this.data,
});
Constructs a RecentChatData object with the provided parameters.
RecentChatData({
this.data,
});