isDelete method

bool? isDelete()

Checks if the test is deleted.

Returns true if the test is deleted, false otherwise.

Implementation

bool? isDelete() {
  return delete;
}