CallDTMFEvent constructor
CallDTMFEvent({})
Returns a new CallDTMFEvent instance.
Implementation
CallDTMFEvent({
required this.callCid,
required this.createdAt,
required this.digit,
required this.durationMs,
required this.seqNumber,
required this.timestamp,
this.type = 'call.dtmf',
required this.user,
});