getAllEntries method

List<EagleEntry> getAllEntries()

Get all entries as a list

Implementation

List<EagleEntry> getAllEntries() {
  return iterEntries().toList();
}