returnNull<T> function

T? returnNull<T>()

Implementation

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