asDart method

List<E> asDart()

Wraps this JList in an adapter that implements a List.

This is not a conversion, doesn't create a new list, or change the elements.

Implementation

List<E> asDart() => _JListAdapter<E>(this);