ok property

bool get ok

Implementation

bool get ok {
  _isAlreadyCallOk = true;
  return _ok;
}