setValue method

void setValue(
  1. 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);
}