CallLog class
Constructors
-
CallLog({String? sessionId, String? mid, String? receiverType, double? totalAudioMinutes, double? totalVideoMinutes, double? totalDurationInMinutes, String? totalDuration, bool? hasRecording, String? mode, int? startedAt, String? status, String? type, int? totalParticipants, int? endedAt, int? initiatedAt, CallEntity? initiator, CallEntity? receiver, List<
Participants> ? participants, List<Recordings> ? recordings}) -
CallLog.fromJson(Map<
String, dynamic> json)
Properties
- endedAt ↔ int?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasRecording ↔ bool?
-
getter/setter pair
- initiatedAt ↔ int?
-
getter/setter pair
- initiator ↔ CallEntity?
-
getter/setter pair
- mid ↔ String?
-
getter/setter pair
- mode ↔ String?
-
getter/setter pair
-
participants
↔ List<
Participants> ? -
getter/setter pair
- receiver ↔ CallEntity?
-
getter/setter pair
- receiverType ↔ String?
-
getter/setter pair
-
recordings
↔ List<
Recordings> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sessionId ↔ String?
-
getter/setter pair
- startedAt ↔ int?
-
getter/setter pair
- status ↔ String?
-
getter/setter pair
- totalAudioMinutes ↔ double?
-
getter/setter pair
- totalDuration ↔ String?
-
getter/setter pair
- totalDurationInMinutes ↔ double?
-
getter/setter pair
- totalParticipants ↔ int?
-
getter/setter pair
- totalVideoMinutes ↔ double?
-
getter/setter pair
- type ↔ 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