DeclareVarStmt constructor
DeclareVarStmt(
- String name,
- Expression? value, [
- OutputType? type,
- List<
StmtModifier> modifiers = const [],
Implementation
DeclareVarStmt(
this.name,
this.value, [
this.type,
List<StmtModifier> modifiers = const [],
]) : super(modifiers);