isDate property
bool
get
isDate
Checks if the string represents a valid date.
Implementation
bool get isDate {
return _isDate(this);
}
Checks if the string represents a valid date.
bool get isDate {
return _isDate(this);
}