isEarliest property
bool
get
isEarliest
Indicates whether this is an earliest pseudo-offset.
Implementation
bool get isEarliest => offset == -2;
Indicates whether this is an earliest pseudo-offset.
bool get isEarliest => offset == -2;