TopicFilter constructor Null safety

TopicFilter(
  1. List<String> segmentMatchers
)

Implementation

TopicFilter(this.segmentMatchers);