toList method

Implementation

List<HTMLOptionElement> toList() =>
    List.generate(length, (i) => item(i) as HTMLOptionElement);