formattedDate property

String formattedDate

Implementation

String get formattedDate => '${this.day.pad}/${this.month.pad}/${this.year}';