DBPageBuilder class abstract

DB Page Builder build a DBPage from a Destination.

Implementers

Constructors

DBPageBuilder()
Const constructor. allow this class to be used in const expressions.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildPage(Destination destination) Future<DBPage>
Build DBPage from the destination.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
supportRoute(Destination destination) bool
Check if the DBPageBuilder support the Destination requested.
toString() String
A string representation of this object.
inherited

Operators

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