today property

DateTime get today

Today with no time (only date part)

Implementation

static DateTime get today => DateTime.now().startOfDay;