RefCompute<T> class

Inheritance

Constructors

RefCompute(ComputeHandlerCallback _handler)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value ↔ T
获取值
getter/setter pairoverride

Methods

collect() → dynamic
自动收集依赖(请勿调用)
inherited
dispose([dynamic instance]) → dynamic
清除watch缓存
override
excute() → dynamic
执行事件(请勿调用)
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(dynamic modifyier()) → dynamic
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited