IdMatcher constructor

IdMatcher({
  1. required List<String> ids,
})

Implementation

IdMatcher({required this.ids}) : super(fullyQualifiedName);