getType<T> function
Get the type provided as an generic. Useful for getting a nullable type.
Implementation
Type getType<T>() => T;
Get the type provided as an generic. Useful for getting a nullable type.
Type getType<T>() => T;