getAllEntries method

List<int> getAllEntries()

Implementation

List<int> getAllEntries() => _out.toList(growable: false);