toArray method

List<T> toArray()

Implementation

List<T> toArray() => _map.values.toList();