visible property

bool get visible

Implementation

bool get visible {
  return tileAdsLayerManager?.visible ?? false;
}