toDateTimeString method

String? toDateTimeString()

格式化时间字符串为日期时间

Implementation

String? toDateTimeString() {
  return dateFormat(DateFormats.full);
}