now property

DateTime get now

Implementation

DateTime get now {
  final DateTime timeNow = DateTime.now();
  return DateTime(timeNow.year, timeNow.month, timeNow.day);
}