returnNull<T> function

Factory<T?> returnNull<T>()

Implementation

Factory<T?> returnNull<T>() => () => null;