all method

Map<String, dynamic> all()

Returns a deep copy of the entire configuration map.

Safe to modify externally without affecting the internal state.

Implementation

Map<String, dynamic> all() => _deepCopy(_items);