CallLogData class
Constructors
-
CallLogData({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}) -
CallLogData.fromJson(Map<
String, dynamic> json) -
factory
Properties
- callerDevice ↔ String?
-
getter/setter pair
- callMode ↔ String?
-
getter/setter pair
- callState ↔ int?
-
getter/setter pair
- callTime ↔ int?
-
getter/setter pair
- callType ↔ String?
-
getter/setter pair
- endTime ↔ int?
-
getter/setter pair
- fromUser ↔ String?
-
getter/setter pair
- groupId ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inviteUserList
↔ List<
String> ? -
getter/setter pair
- isCarbonAnswered ↔ bool?
-
getter/setter pair
- isDeleted ↔ bool?
-
getter/setter pair
- isDisplay ↔ bool?
-
getter/setter pair
- isSync ↔ bool?
-
getter/setter pair
- nickName ↔ String?
-
getter/setter pair
- roomId ↔ String?
-
getter/setter pair
- rowId ↔ int?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sessionStatus ↔ String?
-
getter/setter pair
- startTime ↔ int?
-
getter/setter pair
- toUser ↔ String?
-
getter/setter pair
-
userList
↔ List<
String> ? -
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited