EntityPaginationEnd<O extends Object> class final

The end of the result was resolved: EntityPagination.finalPage and EntityPagination.totalLength are now known.

Emitted once, immediately after the EntityPaginationPageLoaded that resolved it — which is not necessarily the final page itself, since an empty page can pin the end at its predecessor. See EntityPagination.isFinalPageResolved.

Inheritance

Constructors

EntityPaginationEnd(EntityPagination<O> pagination, int page, int totalLength)

Properties

finalPage int
The final page. Same as page.
no setter
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
Whether the select matched no entry at all.
no setter
limit int
The page size. Same as pagination.limit.
no setterinherited
page int
The page (1-based) this event refers to.
finalinherited
pagination EntityPagination<O>
The EntityPagination that emitted this event.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalLength int
The total number of entries.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited