toDMY method

String toDMY()

Implementation

String toDMY() =>
    ('${_makeTwoCharacters(day)}.${_makeTwoCharacters(month)}.$year');