toDate static method

DateTime toDate(
  1. String date
)

Implementation

static DateTime toDate(String date) {
  return DateTime.parse(date);
}