GetConversationsPageResponseModel constructor
const
GetConversationsPageResponseModel({
- required List<
ConversationSummaryResponseModel> conversations, - dynamic nextCursor,
- required bool hasMore,
Implementation
const GetConversationsPageResponseModel({
required this.conversations,
this.nextCursor,
required this.hasMore,
});