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