RecentChatData constructor

RecentChatData({
  1. List<RecentChat>? data,
})

Constructs a RecentChatData object with the provided parameters.

Implementation

RecentChatData({
  this.data,
});