isDateTime property
bool
get
isDateTime
check the string can be DateTime
Implementation
bool get isDateTime => _Parser(this).isDateTime;
check the string can be DateTime
bool get isDateTime => _Parser(this).isDateTime;