BindingData class

Constructors

BindingData(FairModuleRegistry? modules, {Map? data, Map<String, Function>? functions, Map<String, PropertyValue>? values, Map<String, PropertyValue>? delegateValues})

Properties

data Map?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
modules → FairModuleRegistry?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addBindValue(LifeCircle value) → void
bindDataOf(String key) → dynamic
bindFunctionOf(String funcName, ProxyMirror? proxyMirror, BindingData? bound, Domain? domain, {String? exp}) → dynamic
bindRuntimeValueOf(String name) → dynamic
clear() → void
dataOf(String key) → dynamic
functionOf(String key) Function?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
runFunctionOf(String funcName, ProxyMirror? proxyMirror, BindingData? bound, Domain? domain, {String? exp}) → dynamic
toString() String
A string representation of this object.
inherited
valueOf(String key) PropertyValue?

Operators

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