FunctionType constructor
FunctionType({
- required Type returnType,
- LetFunctionDeclaration? element,
Implementation
FunctionType({
required this.returnType,
this.element,
});