setIsReady method

void setIsReady(
  1. bool value
)
inherited

Implementation

void setIsReady(bool value) {
  _isReady = value;
}