CallLog constructor
CallLog({
- String? callMode,
- int? callState,
- int? callTime,
- String? callType,
- String? callerDevice,
- int? endTime,
- String? fromUser,
- String? groupId,
- List<
String> ? inviteUserList, - bool? isCarbonAnswered,
- bool? isDeleted,
- bool? isDisplay,
- bool? isSync,
- String? roomId,
- int? rowId,
- String? sessionStatus,
- int? startTime,
- String? toUser,
- List<
String> ? userList, - String? nickName,
Constructor for CallLog.
Implementation
CallLog(
{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});