isLatest property
bool
get
isLatest
Indicates whether this is a latest pseudo-offset.
Implementation
bool get isLatest => offset == -1;
Indicates whether this is a latest pseudo-offset.
bool get isLatest => offset == -1;