AttributeGetter typedef

AttributeGetter = Object? Function(String attribute, Object? object)

A Function that can be used to get object atribute.

Used by object.attribute expression.

Implementation

typedef AttributeGetter = Object? Function(String attribute, Object? object);