getAll method

List<SemanticFact> getAll()

All stored facts.

Implementation

List<SemanticFact> getAll() => List.unmodifiable(_byId.values);