UserType<T> constructor

UserType<T>(
  1. Function function
)

Creates a new instance of the UserType class.

The function parameter is the user-defined function associated with the type.

Implementation

UserType(this.function) : info = DartParser.parseFunction(function);