toIterable method
Implementation
Iterable<HTMLOptionElement> toIterable() =>
Iterable.generate(length, (i) => item(i) as HTMLOptionElement);
Iterable<HTMLOptionElement> toIterable() =>
Iterable.generate(length, (i) => item(i) as HTMLOptionElement);