isDate property
bool
get
isDate
Check if the string is a date
Implementation
bool get isDate => DateTime.tryParse(this) != null;
Check if the string is a date
bool get isDate => DateTime.tryParse(this) != null;