Parent<P, C> class
abstract
Interface implemented by classes that support children.
- Implementers
Constructors
- Parent()
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
-
childrenOf(
P parent, [Object? filterQuery]) → DisposableFuture< C> - Returns the children of the parent and filter the results based of the query if supported.
-
hasChildren(
P item) → bool -
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