Whether this RuntimeConfigure contains the given keys.
RuntimeConfigure
keys
bool contains(String keys) { final k = keys.trimDots(); return _storage.keys.any((e) => e == k || e.startsWith(k)); }