VibeContainer class
A simple container maintains the streams
Constructors
- VibeContainer({VibeContainer? parent})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- parent ↔ VibeContainer?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
add<
T> (dynamic key, T val) → T - Adds a new observable
-
addOverrides(
dynamic key, dynamic build) → void -
dispose(
) → void -
find<
T> (dynamic key) → T? - Returns the observable
-
findOverrides(
dynamic key) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove<
T> (dynamic key) → T? - Removes the observable
-
removeOverrides(
dynamic key) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited