menu
ews package
documentation
ComplexProperties/DictionaryProperty.dart
DictionaryProperty<TKey, TEntry extends DictionaryEntryProperty<TKey>>
Entries property
Entries property
dark_mode
light_mode
Entries
property
Map
<
TKey?
,
TEntry
>
get
Entries
Gets the entries.
Implementation
Map<TKey?, TEntry> get Entries => this._entries;
ews package
documentation
ComplexProperties/DictionaryProperty
DictionaryProperty<TKey, TEntry extends DictionaryEntryProperty<TKey>>
Entries property
DictionaryProperty class