ForwardPaginationControl class

Constructors

ForwardPaginationControl(PaginationControlType type)
Returns the new instance of ForwardPaginationControl.
const
ForwardPaginationControl.next()
Returns the control for paging next page.
factory
ForwardPaginationControl.stop()
Returns the control for stopping pagination.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type → PaginationControlType
The type of pagination control
finalinherited

Methods

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

Operators

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