TimeStore class

Constructors

TimeStore({required DateTime timeStamp, bool reset = false, String instanceName = 'instance'})
TimeStore.fromMillis(int millis, {bool reset = false})
factory
TimeStore.fromPickle(Pickle pickle)
factory
TimeStore.fromStorage(String type, {bool reset = false})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
instanceName String
getter/setter pair
reset bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeStamp DateTime
getter/setter pair

Methods

asPickle() → Pickle
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
persist() → void
toString() String
A string representation of this object.
inherited

Operators

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