GetAllConversations constructor
const
GetAllConversations({
- String? status,
- String? message,
- List<
GetAllConversationsData> ? data,
Implementation
const GetAllConversations({this.status, this.message, this.data});