fullDateTimeDmy property
String
get
fullDateTimeDmy
Formats the current number as a full date and time string in 'dd-MM-yyyy HH:mm:ss' format.
Returns a string representation of the full date and time in 'dd-MM-yyyy HH:mm:ss' format.
Implementation
String get fullDateTimeDmy => DateFormats.fullDateTimeDmy.format(toDateTime);