menu
ews package
documentation
Core/SimplePropertyBag.dart
SimplePropertyBag<TKey>
AddedItems property
AddedItems property
dark_mode
light_mode
AddedItems
property
Iterable
<
TKey
>
get
AddedItems
Gets the added items.
Implementation
Iterable<TKey> get AddedItems => this._addedItems;
ews package
documentation
Core/SimplePropertyBag
SimplePropertyBag<TKey>
AddedItems property
SimplePropertyBag class