isDate property

bool isDate

Whether this value is a DateTime.

Implementation

bool get isDate => DateTime.tryParse(value) != null;