HTFunctionType constructor
HTFunctionType({
- List<
HTGenericTypeParameter> genericTypeParameters = const [], - List<
HTParameterType> parameterTypes = const [], - required HTType returnType,
Implementation
HTFunctionType(
{this.genericTypeParameters = const [],
this.parameterTypes = const [],
required this.returnType});