isMaxOffsetFinalized property
bool
get
isMaxOffsetFinalized
Checks if the maximum offset has been finalized.
Returns true if the lastMaxOffset is equal to the maxOffset,
indicating that the maximum offset has been set and is not subject to change.
Implementation
bool get isMaxOffsetFinalized => lastMaxOffset == maxOffset;