getTypeOrNull<T> method

T? getTypeOrNull<T>()

Implementation

T? getTypeOrNull<T>() => findType(T)?.data;