CallParticipantTimeline constructor
CallParticipantTimeline({})
Returns a new CallParticipantTimeline instance.
Implementation
CallParticipantTimeline({
this.data = const {},
required this.severity,
required this.timestamp,
required this.type,
});