RecentChat constructor

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

Implementation

RecentChat({
  this.data,
});