isDateTime property

bool isDateTime

check the string can be DateTime

Implementation

bool get isDateTime => _Parser(this).isDateTime;