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