Getter<T extends Object, TValue extends Object> typedef

Getter<T extends Object, TValue extends Object> = TValue? Function(T item)

Implementation

typedef Getter<T extends Object, TValue extends Object> = TValue? Function(
    T item);