menu
ews package
documentation
ComplexProperties/ComplexPropertyCollection.dart
ComplexPropertyCollection<TComplexProperty extends ComplexProperty>
Contains method
Contains method
dark_mode
light_mode
Contains
method
bool
Contains
(
TComplexProperty
complexProperty
)
Determines whether a specific property is in the collection.
The property to locate in the collection.
Implementation
bool Contains(TComplexProperty complexProperty) { return this._items.contains(complexProperty); }
ews package
documentation
ComplexProperties/ComplexPropertyCollection
ComplexPropertyCollection<TComplexProperty extends ComplexProperty>
Contains method
ComplexPropertyCollection class