isVisible method

bool isVisible()

Gets wallet visibility

Implementation

bool isVisible() {
  return _isVisible;
}