isThisMinute property

bool isThisMinute

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

Implementation

bool get isThisMinute => startOfMinute == today.startOfMinute;