all method

Map<String, dynamic> all()

Returns a deep copy of the entire current configuration.

Implementation

Map<String, dynamic> all() => _repository.all();