CallLogEntry constructor
CallLogEntry({})
Implementation
CallLogEntry({
required this.id,
required this.number,
this.contactName,
this.date,
this.duration,
required this.isOutgoing,
});
CallLogEntry({
required this.id,
required this.number,
this.contactName,
this.date,
this.duration,
required this.isOutgoing,
});