isThisSecond property

bool isThisSecond

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

Implementation

bool get isThisSecond => isSameSecond(today);