toDeclStmt method
Implementation
DeclareVarStmt toDeclStmt(
[OutputType? type, List<StmtModifier> modifiers = const []]) {
return DeclareVarStmt(name, value, type, modifiers);
}
DeclareVarStmt toDeclStmt(
[OutputType? type, List<StmtModifier> modifiers = const []]) {
return DeclareVarStmt(name, value, type, modifiers);
}