getValue<T> method

T getValue<T>(
  1. TypeProperty property
)

Implementation

T getValue<T>(TypeProperty property) {
  return property.get(instance, ValuedWidgetContext(mapper: this));
}