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