Iter<T> constructor

Iter<T>(
  1. Iterator<T> _wIterator
)

Implementation

@pragma("vm:prefer-inline")
Iter(this._wIterator);