VideoMessage class
- Annotations
Constructors
- VideoMessage.new()
-
VideoMessage.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- newTime ↔ int?
-
加入房间到开始计时差
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ int?
-
0-拨打,1-取消/拒绝,5-开始计时 6-通知zb没钱了 7-通知zb用户又充值了 8-通话不足2分钟 9-通知对方续费了 20-主播端初始化成功
getter/setter pair
- userId ↔ 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