fullDateTime property

String get fullDateTime

Formats the current number as a full date and time string in 'yyyy-MM-dd HH:mm:ss' format.

Returns a string representation of the full date and time in 'yyyy-MM-dd HH:mm:ss' format.

Implementation

String get fullDateTime => DateFormats.fullDateTime.format(toDateTime);