isToday method

bool isToday()

Checks if this is today.

Implementation

bool isToday() => _date.isTheSameDate(Date.today());