menu
ews package
documentation
Search/FindItemsResults.dart
FindItemsResults<TItem extends Item>
Items property
Items property
dark_mode
light_mode
Items
property
List
<
TItem
>
get
Items
Gets a collection containing the items that were found by the search operation.
Implementation
List<TItem> get Items => this.items;
ews package
documentation
Search/FindItemsResults
FindItemsResults<TItem extends Item>
Items property
FindItemsResults class