isDate property

bool get isDate

Checks if the string represents a valid date.

Implementation

bool get isDate {
  return _isDate(this);
}