ObjectRegistration<T extends Object> class
abstract
Constructors
Properties
- canBeWaitedFor → bool
-
no setter
- debugName → String
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- instance → Object?
-
If an existing Object gets registered or an async/lazy Singleton has finished
its creation, it is stored here
no setter
- instanceName → String?
-
In case of a named registration the instance name is here stored for easy access
no setter
- isAsync → bool
-
true if one of the async registration functions have been used
no setter
- isNamedRegistration → bool
-
no setter
- isReady → bool
-
no setter
- registeredWithType → Type
-
the type that was used when registering, used for runtime checks
no setter
- registrationType → ObjectRegistrationType
-
no setter
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited