DayClipModel class
日期数据模型
Constructors
- DayClipModel(int year, int month, int day, {DayClipData? data})
- DayClipModel.now({DayClipData? data})
-
factory
Properties
Methods
-
isNow(
) → bool - 是否为今天
-
isSame(
DayClipModel dayClipModel) → bool - 是否为同一天
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited