CallingMessage class
Constructors
-
CallingMessage({String? inviter, int? actionType, String? inviteID, List<
String> ? inviteeList, int? timeout}) - CallingMessage.fromJSON(dynamic json)
Properties
- actionType ↔ int?
-
getter/setter pair
- callEnd ↔ int?
-
getter/setter pair
- callType ↔ int?
-
0: 语音 1: 视频
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inviteeList
↔ List<
String> ? -
被邀请方
getter/setter pair
- inviteID ↔ String?
-
邀请ID
getter/setter pair
- inviter ↔ String?
-
发起邀请方
getter/setter pair
- roomID ↔ int?
-
通话房间
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeout ↔ int?
-
通话时间
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited