BaseFunctionParamType<T> constructor

const BaseFunctionParamType<T>(
  1. String name
)

Implementation

const BaseFunctionParamType(String name) : super(name, T);