toList method
Returns the list of PostingsMapEntry elements in the PostingsMap in alphapetic order of the terms (keys).
Implementation
List<PostingsMapEntry> toList() => entries.toList();
Returns the list of PostingsMapEntry elements in the PostingsMap in alphapetic order of the terms (keys).
List<PostingsMapEntry> toList() => entries.toList();