toStrDateTime method

String? toStrDateTime()

Implementation

String? toStrDateTime() {
  return fd.convert.dateTime2String(this, format: 'yyyy-MM-dd hh:mm:ss');
}