entries property

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

Provides direct access to the internal map of entries.

Implementation

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