TimeCountModel class

Inheritance

Constructors

TimeCountModel()

Properties

countTime int
获取统计时间
no setter
entity → dynamic
获取数据对象
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hasListeners bool
Whether any listeners are currently registered.
no setterinherited
modelListener → OnBaseModelListener?
get model listener
no setterinherited
modKey String?
no setterinherited
parent → dynamic
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeText String
getter/setter pair

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

Operators

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