isLive method

bool? isLive()

Checks if the test is live.

Returns true if the test is live, false otherwise.

Implementation

bool? isLive() {
  return live;
}