Enumerator<T>.$2 constructor

Enumerator<T>.$2(
  1. SafeArray<T> safearray
)

Implementation

factory Enumerator.$2(_i4.SafeArray<T> safearray) => _i3.callConstructor(
      _declaredEnumerator,
      [safearray],
    );