menu
ews package
documentation
ComplexProperties/ComplexPropertyCollection.dart
ComplexPropertyCollection<TComplexProperty extends ComplexProperty>
Count property
Count property
dark_mode
light_mode
Count
property
int
get
Count
Gets the total number of properties in the collection.
Implementation
int get Count => this._items.length;
ews package
documentation
ComplexProperties/ComplexPropertyCollection
ComplexPropertyCollection<TComplexProperty extends ComplexProperty>
Count property
ComplexPropertyCollection class