Event<T> class
刷新页面通知
Constructors
- Event.new({required String key, T? data})
-
const
- Event.empty({required String key})
-
const
Properties
Methods
-
clone(
T data) → Event< T> -
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 -
事件由来决定 可以相同则代表同一类事件
override