toTimestamp method
Return String in format: defaultTimestampFormat = yyyy-MM-dd hhmmss
Implementation
String toTimestamp() => DateFormat(defaultTimestampFormat).format(this);
Return String in format: defaultTimestampFormat = yyyy-MM-dd hhmmss
String toTimestamp() => DateFormat(defaultTimestampFormat).format(this);