Returns a deep copy of the entire configuration map.
Safe to modify externally without affecting the internal state.
Map<String, dynamic> all() => _deepCopy(_items);