CallLogData constructor

CallLogData({
  1. String? callMode,
  2. int? callState,
  3. int? callTime,
  4. String? callType,
  5. String? callerDevice,
  6. int? endTime,
  7. String? fromUser,
  8. String? groupId,
  9. bool? isCarbonAnswered,
  10. bool? isDeleted,
  11. bool? isDisplay,
  12. bool? isSync,
  13. String? roomId,
  14. int? rowId,
  15. String? sessionStatus,
  16. int? startTime,
  17. String? toUser,
  18. List<String>? userList,
  19. String? nickName,
})

Implementation

CallLogData(
    {this.callMode,
    this.callState,
    this.callTime,
    this.callType,
    this.callerDevice,
    this.endTime,
    this.fromUser,
    this.groupId,
    this.isCarbonAnswered,
    this.isDeleted,
    this.isDisplay,
    this.isSync,
    this.roomId,
    this.rowId,
    this.sessionStatus,
    this.startTime,
    this.toUser,
    this.userList,
    this.nickName});