LetVariableDeclaration constructor
LetVariableDeclaration({
- required String name,
- Type? type,
- required ExpressionElement body,
Implementation
LetVariableDeclaration({
required this.name,
this.type,
required this.body,
});