menu
ews package
documentation
Core/SimplePropertyBag.dart
SimplePropertyBag<TKey>
iterator property
iterator property
dark_mode
light_mode
iterator
property
@
override
Iterator
<
MapEntry
<
TKey
,
Object
>
>
get
iterator
override
Gets an enumerator that iterates through the elements of the collection.
Implementation
@override Iterator<MapEntry<TKey, Object>> get iterator => this._items.entries.iterator;
ews package
documentation
Core/SimplePropertyBag
SimplePropertyBag<TKey>
iterator property
SimplePropertyBag class