DBNavigator class abstract

DB Navigator.

Provide api to navigate from one location to another.

Implementers

Constructors

DBNavigator()

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

canClose() bool
Can close the current location.
close<T extends Object?>([T result]) → void
Close the current top most location.
closeUntil({required String location, Map<String, Object?>? resultMap}) → void
Close the current top most location and every location after it until location is visible.
closeUntilLast({Map<String, Object?>? resultMap}) → void
Close the current top most location and every location after it until the last location is visible.
Navigate to the following location.
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