CallLogData constructor
CallLogData({})
Implementation
CallLogData({
required this.callType,
required this.number,
required this.date,
required this.duration,
required this.isAnswer,
});
CallLogData({
required this.callType,
required this.number,
required this.date,
required this.duration,
required this.isAnswer,
});