toDateTime method

DateTime toDateTime()

Convert string to datetime

Implementation

DateTime toDateTime() => DateTime.parse(this);