WidgetContext class
Constructors
- WidgetContext({required dynamic instance, FormMapper? mapper})
Properties
-
bindings
↔ Map<
TypeProperty, Set< WidgetData> > -
getter/setter pair
- container ↔ WidgetContainer
-
getter/setter pair
- formMapper ↔ FormMapper
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- instance ↔ dynamic
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- typeDescriptor ↔ TypeDescriptor
-
getter/setter pair
Methods
-
addBinding(
TypeProperty binding, WidgetData widget) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onEvent(
FormEvent event) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited