toList method

view source

List<E> toList ({bool growable: true}) inherited

Implementation

List<E> toList({bool growable = true}) =>
    List<E>.of(this, growable: growable);