UserType<T> constructor
UserType<T> (
- 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);