VideoEvent class
小视频事件数据
Constructors
-
VideoEvent({required VideoEventType type, Map<
String, dynamic> ? data, String? error}) -
const
-
VideoEvent.fromMap(Map<
String, dynamic> map) -
从Map创建事件
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> - 转换为Map
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited