setValue method
void
setValue(
- dynamic object
set the instance that will provide values
value
an instance
Implementation
void setValue(dynamic object) {
ValuedWidgetContext context = ValuedWidgetContext(mapper: this);
transformer.transformTarget(object, null, context);
}