CallLogEntry constructor
CallLogEntry({})
Implementation
CallLogEntry({
required this.name,
required this.number,
required this.type,
required this.duration,
required this.dateTime,
required this.simName,
});