menu
ews package
documentation
Core/ServiceObjects/Schemas/ServiceObjectSchema.dart
ServiceObjectSchema
iterator property
iterator property
dark_mode
light_mode
iterator
property
Iterator
<
PropertyDefinition
>
get
iterator
override
Obtains an enumerator for the properties of the schema.
Implementation
Iterator<PropertyDefinition> get iterator => this._visibleProperties.iterator;
ews package
documentation
Core/ServiceObjects/Schemas/ServiceObjectSchema
ServiceObjectSchema
iterator property
ServiceObjectSchema class