getLayerByKey static method

OverlayShower? getLayerByKey(
  1. String key
)

Implementation

static OverlayShower? getLayerByKey(String key) {
  return _map()[key];
}