normalized property

DateTime get normalized

Implementation

DateTime get normalized {
  final date = timestamp;
  return DateTime(date.year, date.month, date.day);
}