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, MappingContext context) {
return conversion(property.get(instance, context));
}