PaginationLinks class abstract

PaginationLinks

Properties:

  • first - The first page.
  • last - The last page.
  • next - The next page. Only present if there is a next page.
  • prev - The previous page. Only present if there is a previous page.
  • self - The current page.
Annotations
  • @BuiltValue.new()

Constructors

PaginationLinks([void updates(PaginationLinksBuilder b)])
factory

Properties

first LinksElement
The first page.
no setter
hashCode int
The hash code for this object.
no setterinherited
last LinksElement
The last page.
no setter
next LinksElement?
The next page. Only present if there is a next page.
no setter
prev LinksElement?
The previous page. Only present if there is a previous page.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
self LinksElement
The current page.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(PaginationLinksBuilder)) PaginationLinks
Rebuilds the instance.
inherited
toBuilder() PaginationLinksBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<PaginationLinks>
no setter