isEmpty property

bool get isEmpty

Implementation

bool get isEmpty {
  return isBefore(DateTime(1955)) || isAfter(DateTime(8000));
}