DefaultListDeepNavigationStrategy<T> class

Will accept any sub navigation so long as it falls within the values of allowedSubNavigation.

Implemented types

Constructors

DefaultListDeepNavigationStrategy({required List<T> allowedSubNavigation})

Properties

allowedSubNavigation List<T>
final
hashCode int
The hash code for this object.
no setterinherited
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
shouldAcceptNavigation(T subNavigation, DeepNavigationNode? root) bool
Checks whether the given subNavigation should accepted into the root. If root is null, that means that it's at the base layer.
override
toString() String
A string representation of this object.
inherited

Operators

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