DayClipData class abstract
数据模块
- 可以是每日的任务扩展
- 可以是打卡数据
- 可以是自定义的数据
- Implementers
Constructors
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
-
isFestival(
) → bool - 是否是节日(无论东方,西方,国际国内,法定或者纪念日等)
-
isPunch(
) → bool - 是否打卡
-
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