SFunctionExpression constructor
SFunctionExpression({
- required int offset,
- required int length,
- STypeParameterList? typeParameters,
- SFormalParameterList? parameters,
- SFunctionBody? body,
Implementation
SFunctionExpression({
required this.offset,
required this.length,
this.typeParameters,
this.parameters,
this.body,
});