OccurrencesGenerator constructor
OccurrencesGenerator(
- List<
OccurrencesContributor> contributors
Initialize a newly created occurrences generator to use the given
contributors
.
Implementation
OccurrencesGenerator(this.contributors);