isToday property

bool get isToday

是否是今天

Implementation

bool get isToday {
  return toDatetime()?.equalsDay(DateTime.now()) ?? false;
}