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 instance;
}
Read a property value given an instance
instance
the instance
context
the context object
Returns the retrieved value
@override
dynamic get(dynamic instance, ValuedWidgetContext context) {
return instance;
}