getAllData method

List<T> getAllData()

Implementation

List<T> getAllData() =>
    _out.map((e) => _palette.get(e)).toList(growable: false);