subjectsForSource method

Set<String> subjectsForSource(
  1. String sourceId
)

Implementation

Set<String> subjectsForSource(String sourceId) => Set<String>.from(
    _entries[sourceId]?.normalizedSubjects ?? const <String>{});