isReady method

bool? isReady()

Implementation

bool? isReady() {
  return this.ready;
}