Getter<T, V> typedef

Getter<T, V> = V Function(T instance)

Implementation

typedef Getter<T, V> = V Function(T instance);