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. List<String>? inviteUserList,
  10. bool? isCarbonAnswered,
  11. bool? isDeleted,
  12. bool? isDisplay,
  13. bool? isSync,
  14. String? roomId,
  15. int? rowId,
  16. String? sessionStatus,
  17. int? startTime,
  18. String? toUser,
  19. List<String>? userList,
  20. String? nickName,
})

Constructs a CallLogData instance.

Implementation

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