typeOf<T> static method

Type typeOf<T>()

Returns a type object for a generic.

Implementation

static Type typeOf<T>() => T;