Returns a runtime representation of the given reified type T as an instance of Type.
T
Type typeOf<T>(T value) => value.runtimeType;