RootProperty class

Inheritance

Constructors

RootProperty({required FormMapper mapper, FieldDescriptor? field, String path = ""})

Properties

children List<TypeProperty>
finalinherited
field → FieldDescriptor?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
initialValue ↔ dynamic
getter/setter pairinherited
mapper FormMapper
getter/setter pair
parent TypeProperty?
getter/setter pairinherited
path String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
twoWay bool
finalinherited
value ↔ dynamic
getter/setter pairinherited

Methods

callSetter(dynamic instance, dynamic value, ValuedWidgetContext context) → void
override
commit(ValuedWidgetContext context) → void
inherited
findChild(String property) TypeProperty?
inherited
get(dynamic instance, ValuedWidgetContext context) → dynamic
Read a property value given an instance
override
getType() Type
inherited
isDirty() bool
inherited
isInitialized() bool
inherited
newInstance() → dynamic
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rollback(ValuedWidgetContext context) → void
inherited
set(dynamic instance, dynamic value, ValuedWidgetContext context) → void
Write a property value given an instance
override
toString() String
A string representation of this object.
inherited
validate(dynamic value) → void
inherited

Operators

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