hasKey abstract method

bool hasKey(
  1. String key
)

Checks if the given key exists in the configuration.

Implementation

bool hasKey(String key);