CallLogEntry constructor

CallLogEntry({
  1. String? name,
  2. String? number,
  3. String? formattedNumber,
  4. CallType? callType,
  5. int? duration,
  6. int? timestamp,
  7. int? cachedNumberType,
  8. String? cachedNumberLabel,
  9. String? simDisplayName,
  10. String? phoneAccountId,
})

constructor

Implementation

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