isDate property

bool get isDate

Checks if the string represents a valid calendar date.

Implementation

bool get isDate {
  return _isDate(this);
}