isToday method
Returns true
if DateTime.now() is on the same exact day as this
.
See isSameDate.
Implementation
bool isToday() => isSameDate(DateTime.now());
Returns true
if DateTime.now() is on the same exact day as this
.
See isSameDate.
bool isToday() => isSameDate(DateTime.now());