Supplier<T> typedef
Supplier<T> =
T Function()
Represents a supplier of results.
Implementation
typedef Supplier<T> = T Function();
Represents a supplier of results.
typedef Supplier<T> = T Function();