isDate property

bool get isDate

Implementation

bool get isDate {
  return data is DateTime;
}