dart property

List<T> dart

Returns a read-only dart:core List

This method can be used to interop between the dart:collection and the kt.dart world.

Implementation

List<T> get dart => asList();