CycleUtils class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
perform({int millisecond = 0, int startTime = 0, Function? call, Function? otherwise})
→ void
-
执行过程中时间间隔超过特定时间后才做回调
millisecond
间隔时间
startTime
执行开始时间
call
回调函数
-
toString()
→ String
-
A string representation of this object.
inherited