Getter<T> typedef

Getter<T> = T Function()

typedef for getter

Implementation

typedef Getter<T> = T Function();