EventAction<T> class
事件动作,包含事件类型和可选的数据
Constructors
- EventAction(T event, {dynamic data})
-
const
Properties
Methods
-
dataAs<
V> () → V? - 安全地获取数据并转换为指定类型
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited