Getter<T> typedef

Getter<T> = T Function()

Implementation

typedef Getter<T> = T Function();