isNullableType<T> function

bool isNullableType<T>()

Implementation

bool isNullableType<T>() => null is T;