withValue method
Implementation
DeclareVarStmt withValue(Expression? replacement) {
return DeclareVarStmt(name, replacement, type, modifiers);
}
DeclareVarStmt withValue(Expression? replacement) {
return DeclareVarStmt(name, replacement, type, modifiers);
}