RawDepListener class abstract

RawDepListener is the listener with a direct access to BaseScopeContainer, Dep and created instance. More details in RawScopeListener

Implementers

Constructors

RawDepListener()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onValueCleared(BaseScopeContainer scope, Dep dep, Object? value) → void
onValueCreated(BaseScopeContainer scope, Dep dep, Object? value) → void
onValueCreateFailed(BaseScopeContainer scope, Dep dep, Object exception, StackTrace stackTrace) → void
onValueStartCreate(BaseScopeContainer scope, Dep dep) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

override RawDepListener?
getter/setter pair