FindParams constructor

FindParams({
  1. required Map<String, RequiredNamespace> requiredNamespaces,
})

Implementation

FindParams({
  required this.requiredNamespaces,
});