menu
ews package
documentation
ComplexProperties/DictionaryProperty.dart
DictionaryProperty<TKey, TEntry extends DictionaryEntryProperty<TKey>>
Contains method
Contains method
dark_mode
light_mode
Contains
method
bool
Contains
(
TKey
key
)
Determines whether this instance contains the specified key.
The key.
Implementation
bool Contains(TKey key) { return this.Entries.containsKey(key); }
ews package
documentation
ComplexProperties/DictionaryProperty
DictionaryProperty<TKey, TEntry extends DictionaryEntryProperty<TKey>>
Contains method
DictionaryProperty class