isDelete method
Checks if the test is deleted.
Returns true if the test is deleted, false otherwise.
Implementation
bool? isDelete() {
return delete;
}
Checks if the test is deleted.
Returns true if the test is deleted, false otherwise.
bool? isDelete() {
return delete;
}