hasZone method

bool hasZone(
  1. String identifier
)

Checks if a zone exists.

Implementation

bool hasZone(String identifier) => _zones.containsKey(identifier);