ChatCallKitCallModel class
Constructors
-
ChatCallKitCallModel({ChatCallKitCall? curCall, Map<
String, ChatCallKitCall> ? recvCalls, String? agoraRTCToken, ChatCallKitCallState state = ChatCallKitCallState.idle, bool hasJoined = false, int? agoraUid, String? curDevId, ChatCallKitStateChange? stateChanged})
Properties
- agoraRTCToken ↔ String?
-
getter/setter pair
- agoraUid ↔ int?
-
getter/setter pair
- curCall ↔ ChatCallKitCall?
-
getter/setter pair
- curDevId ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasJoined ↔ bool
-
getter/setter pair
-
recvCalls
↔ Map<
String, ChatCallKitCall> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ ChatCallKitCallState
-
getter/setter pair
- stateChanged ↔ ChatCallKitStateChange?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited