Call class

Constructors

Call({String? callerId, String? callerName, String? callerPic, String? receiverId, String? receiverName, String? receiverPic, int? timeepoch, String? channelId, bool? hasDialled, bool? isvideocall, String? channelToken, String? agoraAppId, Map? data})
Call.fromJson(dynamic json)

Properties

agoraAppId String?
getter/setter pair
callerId String?
getter/setter pair
callerName String?
getter/setter pair
callerPic String?
getter/setter pair
channelId String?
getter/setter pair
channelToken String?
getter/setter pair
data Map?
getter/setter pair
hasDialled bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isvideocall bool?
getter/setter pair
receiverId String?
getter/setter pair
receiverName String?
getter/setter pair
receiverPic String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeepoch int?
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