hasKey abstract method

bool hasKey(
  1. String key
)

Checks if key exists in the current configuration.

Implementation

bool hasKey(String key);