dateString property

String get dateString

Implementation

String get dateString {
  return datetFormat.format(date);
}