earliest property

bool earliest

Earliest indicator

Implementation

bool get earliest => _earliest;
void earliest=(bool state)

Implementation

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