CacheData class
保存一些缓存数据,不用再次去计算日子
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
monthListCache
↔ Map<
DateModel, List< DateModel> > -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
weekListCache
↔ Map<
DateModel, List< DateModel> > -
getter/setter pair
Methods
-
clearData(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
getInstance(
) → CacheData