includesDate property

bool includesDate

Implementation

bool get includesDate {
  return this.includesYear || this.includesMonth || this.includesDay;
}