copy method
Create a deep copy of the Statement.
Implementation
@override
PrintStatement copy() {
return PrintStatement.init(value.copy());
}
Create a deep copy of the Statement.
@override
PrintStatement copy() {
return PrintStatement.init(value.copy());
}