dateString property

String get dateString

Implementation

String get dateString => "${this.year}-${month.pad2}-${day.pad2}";