menu
ews package
documentation
Core/SimplePropertyBag.dart
SimplePropertyBag<TKey>
ContainsKey method
ContainsKey method
dark_mode
light_mode
ContainsKey
method
bool
ContainsKey
(
TKey
key
)
Determines whether the specified key is in the property bag.
The key.
Implementation
bool ContainsKey(TKey key) { return this._items.containsKey(key); }
ews package
documentation
Core/SimplePropertyBag
SimplePropertyBag<TKey>
ContainsKey method
SimplePropertyBag class