Provider<T> typedef

Provider<T> = T Function()

A provider of one value.

Implementation

typedef Provider<T> = T Function();