isThisSecond property

bool get isThisSecond

Check if this date is in the same second as DateTime.now

Implementation

bool get isThisSecond => isSameSecond(today);