UserType<T> constructor

UserType<T>(
  1. Function constructor
)

Constructor for UserType.

Implementation

UserType(this.constructor)
    : name = T.toString(),
      classData = constructor.reflection();