NDBindable mixin

Mixin Applications

Properties

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

Methods

bindWith<T>({NDSubject? subject, NDKeys? keys, T? context, void binder0()?, void binder1(NDKeys keys)?, void binder2(NDKeys keys, T? dataContext)?, void binder3(NDSubject subject, NDKeys keys, T? dataContext)?}) → void
dispose() → void
ndBindableDispose() → void
ndBindableIsDisposed() bool
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