setDelete method
- bool delete
Sets the delete status.
delete
is the new delete status to be set.
Implementation
void setDelete(bool delete) {
this.delete = delete;
}
Sets the delete status.
delete
is the new delete status to be set.
void setDelete(bool delete) {
this.delete = delete;
}