menu
ews package
documentation
ComplexProperties/ComplexPropertyCollection.dart
ComplexPropertyCollection<TComplexProperty extends ComplexProperty>
iterator property
iterator property
dark_mode
light_mode
iterator
property
@
override
Iterator
<
TComplexProperty
>
get
iterator
override
Gets an enumerator that iterates through the elements of the collection.
Implementation
@override Iterator<TComplexProperty> get iterator => this._items.iterator;
ews package
documentation
ComplexProperties/ComplexPropertyCollection
ComplexPropertyCollection<TComplexProperty extends ComplexProperty>
iterator property
ComplexPropertyCollection class