iter property

Get an iterator for the spans in this list.

Implementation

Iterable<AttributeSpan> get iter => _spans;