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