entries property

  1. @protected
Map<String, StorageDriverRegistration> get entries
inherited

Provides direct access to the internal map of entries.

Implementation

@protected
Map<String, V> get entries => _entries;