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.
List<E> asDart() => _JListAdapter<E>(this);