RawScopeObserver class abstract

Consider using ScopeObserver, DepObserver and AsyncDepObserver instead — these are Observers with a safe read-only access. RawScopeObserver, RawDepObserver and RawAsyncDepObserver are an advanced direct access for rare cases. So if you are not sure if this is the right choice for you then it's probably not.

RawScopeObserver is the Observer with a direct access to BaseScopeContainer and Dep.

Implementers

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
onScopeDisposed(BaseScopeContainer scope) → void
onScopeDisposeDepFailed(BaseScopeContainer scope, Dep dep, Object exception, StackTrace stackTrace) → void
onScopeInitialized(BaseScopeContainer scope) → void
onScopeInitializeFailed(BaseScopeContainer scope, Object exception, StackTrace stackTrace) → void
onScopeStartDispose(BaseScopeContainer scope) → void
onScopeStartInitialize(BaseScopeContainer scope) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

override RawScopeObserver?
getter/setter pair