GetAllConversations constructor

const GetAllConversations({
  1. String? status,
  2. String? message,
  3. List<GetAllConversationsData>? data,
})

Implementation

const GetAllConversations({this.status, this.message, this.data});