ConversationHistorySIPTrunkingPhoneCallModel constructor
const
ConversationHistorySIPTrunkingPhoneCallModel({})
Implementation
const ConversationHistorySIPTrunkingPhoneCallModel({
required this.direction,
required this.phoneNumberId,
required this.agentNumber,
required this.externalNumber,
required this.type,
required this.callSid,
});