menu
ews package
documentation
ComplexProperties/ItemCollection.dart
ItemCollection<TItem extends Item>
Count property
Count property
dark_mode
light_mode
Count
property
int
get
Count
Gets the total number of items in the collection.
Implementation
int get Count => this.items.length;
ews package
documentation
ComplexProperties/ItemCollection
ItemCollection<TItem extends Item>
Count property
ItemCollection class