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);