get method
Read a property value given an instance
instance
the instance
context
the context object
Returns the retrieved value
Implementation
@override
dynamic get(dynamic instance, ValuedWidgetContext context) {
return parseValue(adapter.getValue(widget));
}