isReady property

bool isReady

Implementation

bool get isReady {
  return status == "READY";
}