RecentChat constructor

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

Converts a JSON object into a RecentChat instance.

Implementation

RecentChat({
  this.data,
});