Page class final

Inheritance

Constructors

Page(Route route, Element element)
factory

Properties

element Element
final
hashCode int
The hash code for this object.
no setterinherited
list LinkedList<Page>?
The linked list containing this element.
no setterinherited
next Page?
The successor of this element in its linked list.
no setterinherited
pageInfo PageInfo
final
previous Page?
The predecessor of this element in its linked list.
no setterinherited
route Route
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

insertAfter(Page entry) → void
Insert an element after this element in this element's linked list.
inherited
insertBefore(Page entry) → void
Insert an element before this element in this element's linked list.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
Unlink the element from its linked list.
inherited

Operators

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