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