isDate property

bool get isDate

Check if the string is a date

Implementation

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