NDSubject class abstract

Available Extensions

Constructors

NDSubject({NDCheckRelative? isRelative})

Properties

hashCode int
The hash code for this object.
no setterinherited
isDisposed bool
no setterinherited
isRelative NDCheckRelative
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

didChange(NDKeys keys, [void action()?]) → void
dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
observe(NDKeys keys, NDCallback callback) NDHandle
removeObserver(NDHandle handle) → void
toString() String
A string representation of this object.
inherited

Operators

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