isValidDate property

bool isValidDate

Check if string is a valid date

Implementation

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