all abstract method

Map<String, dynamic> all()

Returns all loaded configuration values as a flat Map<String, dynamic>.

Useful for debugging, exporting, or inspecting the entire config at once.

Implementation

Map<String, dynamic> all();