FunctionInfo constructor
const
FunctionInfo({})
Implementation
const FunctionInfo({
required super.name,
required this.arity,
this.isAsync = false,
this.isGenerator = false,
this.returnType,
this.parameterNames = const [],
this.namedParameterNames = const [],
});