TimeCountModel class
Methods
addListener (VoidCallback listener )
→ void
Register a closure to be called when the object changes.
inherited
addModel <M extends ProviderModel > (String key , M model )
→ void
添加子组件模型
key
模型唯一识别码
model
子组件模型
inherited
cancel ()
→ void
取消计时统计
dispose ()
→ void
Discards any resources used by the object. After this is called, the
object is not in a usable state and should be discarded (calls to
addListener will throw after the object is disposed).
inherited
getModel <M extends ProviderModel > (String key )
→ M
获取子组件模型
key
模型唯一识别码
inherited
getModKey ()
→ String ?
inherited
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifierLazy ()
→ void
inherited
notifyListeners ()
→ void
Call all the registered listeners.
inherited
removeListener (VoidCallback listener )
→ void
Remove a previously registered closure from the list of closures that are
notified when the object changes.
inherited
reset ({TimeCountFormat format = TimeCountFormat.HMS , int maxTime = 0 })
→ void
重置计时
format
显示时间格式
maxTime
最大时间(单位毫秒)
setParent (dynamic parent )
→ void
inherited
start ({TimeCountFormat format = TimeCountFormat.HMS , int maxTime = 0 })
→ void
开始计时
format
显示时间格式
maxTime
最大时间(单位毫秒)
toString ()
→ String
A string representation of this object.
inherited
update (dynamic entity )
→ void
更新数据对象
inherited