pending property

bool pending

Pending indicator

Implementation

bool get pending => _pending;
void pending=(bool state)

Implementation

set pending(bool state) {
  _pending = true;
  _earliest = false;
  _latest = false;
  _number = null;
}