toTimestamp method

String toTimestamp()

Return String in format: defaultTimestampFormat = yyyy-MM-dd hhmmss

Implementation

String toTimestamp() => DateFormat(defaultTimestampFormat).format(this);