toDate method
convert String to DateTime if is possible
else will return null
Implementation
DateTime? toDate() => _Parser(this).toDate();
convert String to DateTime if is possible
else will return null
DateTime? toDate() => _Parser(this).toDate();