isContentLayersSlot function

bool isContentLayersSlot(
  1. Object slot
)

Implementation

bool isContentLayersSlot(Object slot) => slot == contentSlot || slot is UnderlaySlot || slot is OverlaySlot;