isThisSecond property
      
      bool
      get
      isThisSecond
      
    
    
Check if this date is in the same second as DateTime.now
Implementation
bool get isThisSecond => isSameSecond(today);
Check if this date is in the same second as DateTime.now
bool get isThisSecond => isSameSecond(today);