PagingEvent<D, M extends Pageable> class

Inheritance

Constructors

PagingEvent(int count, TwitterResponse<D, M> response)
Returns the new instance of PagingEvent.
const

Properties

count int
Indicates the number of cases where paging has occurred.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
hasNextPage bool
Returns true if there is a next page, otherwise false.
no setterinherited
hasNotNextPage bool
Returns true if there is not a next page, otherwise false.
no setterinherited
hasNotPreviousPage bool
Returns true if there is not a previous page, otherwise false.
no setter
hasPreviousPage bool
Returns true if there is a previous page, otherwise false.
no setter
response TwitterResponse<D, M>
The root page for this paging process
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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