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?
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- hasRecording ↔ bool?
-
read / write
- initiatedAt ↔ int?
-
read / write
- initiator ↔ CallEntity?
-
read / write
- mid ↔ String?
-
read / write
- mode ↔ String?
-
read / write
-
participants
↔ List<
Participants> ? -
read / write
- receiver ↔ CallEntity?
-
read / write
- receiverType ↔ String?
-
read / write
-
recordings
↔ List<
Recordings> ? -
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- sessionId ↔ String?
-
read / write
- startedAt ↔ int?
-
read / write
- status ↔ String?
-
read / write
- totalAudioMinutes ↔ double?
-
read / write
- totalDuration ↔ String?
-
read / write
- totalDurationInMinutes ↔ double?
-
read / write
- totalParticipants ↔ int?
-
read / write
- totalVideoMinutes ↔ double?
-
read / write
- type ↔ String?
-
read / write
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