ConversationHistoryBatchCallModel constructor

const ConversationHistoryBatchCallModel({
  1. required String batchCallId,
  2. required String batchCallRecipientId,
})

Implementation

const ConversationHistoryBatchCallModel({
  required this.batchCallId,
  required this.batchCallRecipientId,
});