iterator property

Iterator<PropertyDefinition> iterator
override
Obtains an enumerator for the properties of the schema.

Implementation

Iterator<PropertyDefinition> get iterator => this._visibleProperties.iterator;