PageData<PageKey, Value> class

Data structure of page.

Constructors

PageData({List<Value> data = const [], PageKey? prependKey, PageKey? appendKey})
Creates a page data.
const

Properties

appendKey → PageKey?
final
data List<Value>
final
hashCode int
The hash code for this object.
no setteroverride
prependKey → PageKey?
final
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.
override