getMySqlTime property

String get getMySqlTime

Implementation

String get getMySqlTime {
  var now = DateTime.now();
  return "${now.year.toString().doubleLength}-${now.month.toString().doubleLength}-${now.day.toString().doubleLength} ${now.hour.toString().doubleLength}:${now.minute.toString().doubleLength}:${now.second.toString().doubleLength}";
}