hasNamespace static method

bool hasNamespace(
  1. String namespace
)

check if current XIcons contains the mapping of provided namespace

Implementation

static bool hasNamespace(String namespace) {
  return _registry.containsKey(namespace);
}