Lazy<T> typedef

Lazy<T> = T Function()

Implementation

typedef Lazy<T> = T Function();