Types<T> constructor

Types<T>(
  1. Type raw,
  2. List<Type> parameters,
  3. dynamic constructor()
)

Implementation

Types(this.raw, this.parameters, this.constructor);