CallLogEntry constructor
CallLogEntry({})
constructor
Implementation
CallLogEntry({
this.name,
this.number,
this.formattedNumber,
this.callType,
this.duration,
this.timestamp,
this.cachedNumberType,
this.cachedNumberLabel,
this.simDisplayName,
this.phoneAccountId,
});