Enumerator<T> constructor

Enumerator<T>(
  1. int index,
  2. T? value
)

Implementation

Enumerator(this.index, this.value);