Ref<T> class
abstract
Base interface for all references to dependencies
- Implementers
Constructors
- Ref.new()
Properties
Methods
-
delete(
{bool force = false}) → bool - Delete the instance
-
exists(
) → bool - Check if instance exists
-
find(
) → T - Get the instance (throws if not found)
-
findOrNull(
) → T? - Find the instance (returns null if not found)
-
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