ProxyGetter<TState, TChild> typedef

ProxyGetter<TState, TChild> = TChild Function(TState state)

Implementation

typedef TChild ProxyGetter<TState, TChild>(TState state);